aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-18 11:15:36 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-18 11:15:51 +0200
commitec39e6cc130b955fa510cc5a143679502eedde70 (patch)
treeee37477203916fc99a0b3f1d4dc1dd755c97c786
parentd72ceed07f959888e5868c16d22845d97e768a5b (diff)
downloadsonarqube-ec39e6cc130b955fa510cc5a143679502eedde70.tar.gz
sonarqube-ec39e6cc130b955fa510cc5a143679502eedde70.zip
Upgrade to H2 1.3.172
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e35be1b11da..f236be99087 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<sonarUpdateCenter.version>1.6.1</sonarUpdateCenter.version>
<sonarJava.version>1.3-SNAPSHOT</sonarJava.version>
<sonarGwt.version>3.3.1</sonarGwt.version>
- <h2.version>1.3.167</h2.version>
+ <h2.version>1.3.172</h2.version>
<jetty.version>7.6.11.v20130520</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>2.2.1</maven.min.version>