aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2cdb7c1119d..bffcfc986bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
- <version>2.11-SNAPSHOT</version>
+ <version>2.12-SNAPSHOT</version>
<name>Sonar</name>
<url>http://www.sonarsource.org</url>
<description>Put technical debt under control</description>
@@ -98,7 +98,7 @@
"false" strings."
-->
<derby.version>10.7.1.1</derby.version>
- <jetty.version>6.1.24</jetty.version>
+ <jetty.version>6.1.26</jetty.version>
<sonar.skippedModules>sonar-deprecated,sonar-gwt-api,sonar-core-gwt,sonar-testing-harness,sonar-samples
</sonar.skippedModules>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -933,7 +933,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.2</version>
+ <version>4.9</version>
</dependency>
<dependency>
<groupId>xerces</groupId>