aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2017-10-23 16:51:57 +0200
committerEric Hartmann <hartmann.eric@gmail.Com>2017-10-23 18:12:53 +0200
commit95d91e6fff76d8561e5d9dd71379dde8bc6258fa (patch)
treebdb1427d740c4cffd6aaac5e6af32e67c2608332 /pom.xml
parentfd159be5511c32622ea4db04ddb6cb854fe7a205 (diff)
downloadsonarqube-95d91e6fff76d8561e5d9dd71379dde8bc6258fa.tar.gz
sonarqube-95d91e6fff76d8561e5d9dd71379dde8bc6258fa.zip
SONAR-10018 Upgrade JJWT to 0.9.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index a7b14c9f60d..6974435331a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<orchestrator.version>3.15.0.1256</orchestrator.version>
<okhttp.version>3.7.0</okhttp.version>
<jackson.version>2.6.6</jackson.version>
-
+ <jjwt.version>0.9.0</jjwt.version>
<protobuf.version>3.0.0-beta-2</protobuf.version>
<hazelcast.version>3.8.6</hazelcast.version>
@@ -237,10 +237,11 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>1.2.11</version>
+ <version>3.0.1</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
- <suppressionFile>cve-false-positives.xml</suppressionFile>
+ <suppressionFile>dependency-check-suppressions.xml</suppressionFile>
+ <enableExperimental>true</enableExperimental>
</configuration>
</plugin>
<plugin>
@@ -817,7 +818,7 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
- <version>0.6.0</version>
+ <version>${jjwt.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>