From 638c5782bf967519b5fe2fa5ce2df5909d2ebccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 01:06:41 +0000 Subject: [PATCH] Bump org.bouncycastle:bcprov-jdk18on from 1.84 to 1.85.2 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.84 to 1.85.2. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: 1.85.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 39f9ca17..2ff83208 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' implementation 'com.auth0:java-jwt:4.5.2' - implementation 'org.bouncycastle:bcprov-jdk18on:1.84' + implementation 'org.bouncycastle:bcprov-jdk18on:1.85.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'