diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-15 20:22:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-15 20:22:45 +0100 |
commit | 65cf6e0ac9b9bb42dec7df31c371fe05d116c876 (patch) | |
tree | 59f78fc2e0648860d386fced77fc7fc271af98ec /pom.xml | |
parent | f6b11a44af6032d46afd2809cc7e54e93d05e5a0 (diff) | |
download | sonarqube-65cf6e0ac9b9bb42dec7df31c371fe05d116c876.tar.gz sonarqube-65cf6e0ac9b9bb42dec7df31c371fe05d116c876.zip |
Improve error handling of ComponentContainer lifecycle
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -793,7 +793,7 @@ <dependency> <groupId>org.picocontainer</groupId> <artifactId>picocontainer</artifactId> - <version>2.14.1</version> + <version>2.14.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |