aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-29 22:49:03 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-29 23:23:55 +0200
commitaa97f362a8c542a043628f54e8e37427c11db9f4 (patch)
treeb120532b6c10c7779315b011524a9ac811353bb9 /pom.xml
parent3045e0456b78c4fe2a74aa8c411ee6e1aee5315b (diff)
downloadsonarqube-aa97f362a8c542a043628f54e8e37427c11db9f4.tar.gz
sonarqube-aa97f362a8c542a043628f54e8e37427c11db9f4.zip
Upgrade jsr305 2.0.3 to 3.0.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c68ca1b6d83..2aee714a675 100644
--- a/pom.xml
+++ b/pom.xml
@@ -741,7 +741,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>2.0.3</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>commons-dbutils</groupId>