]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7791 Upgrade to Tomcat 8.0.32
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 20 Jun 2016 19:29:46 +0000 (21:29 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 21 Jun 2016 13:07:54 +0000 (15:07 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 5a2568f421720fbb899812a8ab9dd0487932386b..07212b401b13af5bd84a1efb56217e04aa2483b9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <jetty.version>8.1.12.v20130726</jetty.version>
     <logback.version>1.1.3</logback.version>
     <slf4j.version>1.7.12</slf4j.version>
-    <tomcat.version>8.0.30</tomcat.version>
+    <tomcat.version>8.0.33</tomcat.version>
     <elasticsearch.version>1.7.5</elasticsearch.version>
     <orchestrator.version>3.11</orchestrator.version>
     <okhttp.version>2.6.0</okhttp.version>
       </properties>
     </profile>
     <profile>
-      <id>release</id>      
+      <id>release</id>
       <build>
         <plugins>
           <plugin>
         <module>it</module>
         <module>tests</module>
       </modules>
-    </profile>    
+    </profile>
   </profiles>
 
 </project>