From: Jacek Date: Tue, 28 Sep 2021 07:54:09 +0000 (+0200) Subject: [NO-JIRA] Bump bouncycastle version to 1.69 X-Git-Tag: 9.2.0.49834~195 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d69c6eddd4fcc9bfb6806c69378c852c42c68200;p=sonarqube.git [NO-JIRA] Bump bouncycastle version to 1.69 --- diff --git a/server/sonar-alm-client/build.gradle b/server/sonar-alm-client/build.gradle index 0162f7c3d44..8bd62231ff1 100644 --- a/server/sonar-alm-client/build.gradle +++ b/server/sonar-alm-client/build.gradle @@ -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')