From e5f3489b11df8cfd1a3c508e288a3799c84f9303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:06:06 +0000 Subject: [PATCH] Bump org.bouncycastle:bcprov-jdk18on from 1.81 to 1.82 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.81 to 1.82. - [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.82' 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 4c6d2acf..75189178 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,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.0' - implementation 'org.bouncycastle:bcprov-jdk18on:1.81' + implementation 'org.bouncycastle:bcprov-jdk18on:1.82' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'