From b80d2bb16309b8e1d12e4f8ca9b0cc69ada05688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 06:36:13 +0000 Subject: [PATCH] Bump org.bouncycastle:bcprov-jdk15on from 1.64 to 1.70 Bumps [org.bouncycastle:bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.64 to 1.70. - [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-jdk15on dependency-version: '1.70' 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 67323e0..3bb5446 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { api 'com.auth0:java-jwt:3.19.4' api 'com.auth0:jwks-rsa:0.23.0' - testImplementation 'org.bouncycastle:bcprov-jdk15on:1.64' + testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0' testImplementation 'org.hamcrest:hamcrest-core:1.3' testImplementation 'org.mockito:mockito-core:2.8.9'