aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-alm-client/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-alm-client/build.gradle')
-rw-r--r--server/sonar-alm-client/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-alm-client/build.gradle b/server/sonar-alm-client/build.gradle
index 7d35c2e4533..d9ee68df06e 100644
--- a/server/sonar-alm-client/build.gradle
+++ b/server/sonar-alm-client/build.gradle
@@ -9,7 +9,7 @@ dependencies {
api 'com.squareup.okhttp3:okhttp'
api 'commons-codec:commons-codec'
api 'com.auth0:java-jwt'
- api 'org.bouncycastle:bcpkix-jdk15on:1.70'
+ api 'org.bouncycastle:bcpkix-jdk15to18:1.78'
api 'org.sonarsource.api.plugin:sonar-plugin-api'
testImplementation project(':sonar-plugin-api-impl')