diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-10-30 16:09:50 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-10-30 16:13:12 +0100 |
commit | 5ba9acd470ed4334220af011f8fec33b01d61dc2 (patch) | |
tree | 95cf28a2414dd63571f2ec883590df00667ec755 /pom.xml | |
parent | a731264f1719720f8834fc9c20a7f54c5e3d31bf (diff) | |
download | sonarqube-5ba9acd470ed4334220af011f8fec33b01d61dc2.tar.gz sonarqube-5ba9acd470ed4334220af011f8fec33b01d61dc2.zip |
SONAR-4045 Upgrade to JRuby 1.7.6 to fix PermGen space issue on some configuration
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -977,7 +977,7 @@ --> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.7.3</version> + <version>1.7.6</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> |