aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-alm-client/build.gradle
diff options
context:
space:
mode:
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>2024-02-06 10:19:16 +0100
committersonartech <sonartech@sonarsource.com>2024-02-08 20:02:46 +0000
commitcae781efe148b928b4063c7f07ef2896d44d551f (patch)
treedc0d4f8eb7bad35ef652f0d1fb098931101d4c2e /server/sonar-alm-client/build.gradle
parent5ee1e2237f704d29ca6086e73c6f1d24e2de76a7 (diff)
downloadsonarqube-cae781efe148b928b4063c7f07ef2896d44d551f.tar.gz
sonarqube-cae781efe148b928b4063c7f07ef2896d44d551f.zip
SONAR-21569 Update org.bouncycastle:bcpkix-jdk18o 1.76 -> 1.77
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 6c180f5605e..78c01e2d670 100644
--- a/server/sonar-alm-client/build.gradle
+++ b/server/sonar-alm-client/build.gradle
@@ -10,7 +10,7 @@ dependencies {
api 'commons-codec:commons-codec'
api 'org.kohsuke:github-api'
api 'com.auth0:java-jwt'
- api 'org.bouncycastle:bcpkix-jdk18on:1.76'
+ api 'org.bouncycastle:bcpkix-jdk18on:1.77'
api 'org.sonarsource.api.plugin:sonar-plugin-api'
api project(':server:sonar-auth-github')
api project(':server:sonar-auth-gitlab')