diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-31 11:50:52 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-31 11:52:06 +0100 |
commit | 2162d1471ebe84f0d09b57ea3fccc6a452548257 (patch) | |
tree | c8ab73d16358c453b39d85d3bfff57fe27f097f0 | |
parent | 9a3eb5535f387e4d79826f542570654bb7ae5d1e (diff) | |
download | sonarqube-2162d1471ebe84f0d09b57ea3fccc6a452548257.tar.gz sonarqube-2162d1471ebe84f0d09b57ea3fccc6a452548257.zip |
Upgrade to jruby-rack 1.0.5
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ <dependency> <groupId>org.jruby.rack</groupId> <artifactId>jruby-rack</artifactId> - <version>1.0.4</version> + <version>1.0.5</version> </dependency> <dependency> <groupId>mysql</groupId> |