summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-03-25 23:44:17 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-03-25 23:44:17 +0100
commitee8d634e8cc05a52abb3f53ea223ef65baba2746 (patch)
treee1f3c575be197d628e6a7b77791a4bef409ccdfa /pom.xml
parent0ce9a406bdd5a03773a26448e45ecac95fa51e6f (diff)
downloadsonarqube-ee8d634e8cc05a52abb3f53ea223ef65baba2746.tar.gz
sonarqube-ee8d634e8cc05a52abb3f53ea223ef65baba2746.zip
SONAR-4045 upgrade to jruby 1.7.3 and jruby-rack 1.1.13.1
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 5fb410737f7..6c78a5d7d35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -827,7 +827,7 @@
<dependency>
<groupId>org.jruby.rack</groupId>
<artifactId>jruby-rack</artifactId>
- <version>1.1.10</version>
+ <version>1.1.13.1</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
@@ -951,7 +951,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
- <version>1.6.8</version>
+ <version>1.7.3</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>