aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-04-03 22:07:04 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-04-03 22:07:04 +0200
commit469975855667211c189655a61c99d0d81cd8b243 (patch)
tree76634ef5e4869f39665b8584301fc7767ba52235 /pom.xml
parent08c0337eda8c259dc95e413d951dffe4f32fa667 (diff)
downloadsonarqube-469975855667211c189655a61c99d0d81cd8b243.tar.gz
sonarqube-469975855667211c189655a61c99d0d81cd8b243.zip
SONAR-5117 Upgrade to Tomcat 7.0.52
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d7a92dcf1de..c67a8562e8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<jetty.version>8.1.12.v20130726</jetty.version>
<logback.version>1.0.13</logback.version>
<slf4j.version>1.7.5</slf4j.version>
- <tomcat.version>7.0.42</tomcat.version>
+ <tomcat.version>7.0.53</tomcat.version>
<elasticsearch.version>0.90.9</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.0.5</maven.min.version>
@@ -1034,7 +1034,7 @@
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>