diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-21 11:04:31 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-21 11:04:31 +0100 |
commit | 92338086272134042d1313384c50b82704b07481 (patch) | |
tree | 78bd7634809d0818deac2c059ffa25ab5e4432ea | |
parent | 95b0c1146fbe5a5721caa5b1cc3740ff77c46ec6 (diff) | |
download | sonarqube-92338086272134042d1313384c50b82704b07481.tar.gz sonarqube-92338086272134042d1313384c50b82704b07481.zip |
Upgrade to JRuby 1.6.8
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -951,7 +951,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.6.7.2</version> + <version>1.6.8</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> |