diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-11 10:50:40 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-11 10:50:40 +0100 |
commit | acc5b0665c4ef604b89053058d3526680324cdcb (patch) | |
tree | 06363f3d199d5b4d939f20887d0aaac0826e12d6 /pom.xml | |
parent | 0b75ead802109cdcdfa67e0098308a6211f19e05 (diff) | |
download | sonarqube-acc5b0665c4ef604b89053058d3526680324cdcb.tar.gz sonarqube-acc5b0665c4ef604b89053058d3526680324cdcb.zip |
Upgrade JRuby from 1.7.6 to 1.7.9
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1009,13 +1009,9 @@ <version>1.4</version> </dependency> <dependency> - <!-- - Do not upgrade to 1.7.4 because of https://github.com/jruby/jruby/issues/802 - Waiting for 1.7.5 - --> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.7.6</version> + <version>1.7.9</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> |