diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-15 22:23:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-15 22:23:30 +0100 |
commit | bc5680768a184c41e8c8871f8262ef607e01172c (patch) | |
tree | 54d0facf799ed361e733d32399e12be4dd8c770b /pom.xml | |
parent | 7d6d0d00cd9f777b0cce23ee9af25b52f86b24f0 (diff) | |
download | sonarqube-bc5680768a184c41e8c8871f8262ef607e01172c.tar.gz sonarqube-bc5680768a184c41e8c8871f8262ef607e01172c.zip |
Upgrade JRuby from 1.7.9 to 1.7.10
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1032,7 +1032,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.7.9</version> + <version>1.7.10</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> |