From f35bb20e269c8b820b794d384e63125d0570b7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:41:58 +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 c6214a5..085d6ef 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.28.2'