]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Bump bouncycastle version to 1.69
authorJacek <jacek.poreda@sonarsource.com>
Tue, 28 Sep 2021 07:54:09 +0000 (09:54 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 28 Sep 2021 20:03:12 +0000 (20:03 +0000)
server/sonar-alm-client/build.gradle

index 0162f7c3d44f981baae9afc8b702c05d4000be12..8bd62231ff196f0ba912fbaf46d4b9ee19423889 100644 (file)
@@ -9,7 +9,7 @@ dependencies {
     compile 'com.squareup.okhttp3:okhttp'
     compile 'commons-codec:commons-codec'
     compile 'com.auth0:java-jwt'
-    compile 'org.bouncycastle:bcpkix-jdk15on:1.64'
+    compile 'org.bouncycastle:bcpkix-jdk15on:1.69'
 
     testCompile project(':sonar-plugin-api-impl')