From 1c75cc18ce95221d5ac900f81f712923232defcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:08:05 +0000 Subject: [PATCH] deps(deps): bump org.bouncycastle:bcprov-jdk18on from 1.84 to 1.85 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.84 to 1.85. - [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' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7f3a779..68cbcf5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // Integration test dependencies - testImplementation("org.bouncycastle:bcprov-jdk18on:1.84") + testImplementation("org.bouncycastle:bcprov-jdk18on:1.85") testImplementation("org.springframework.security:spring-security-crypto:7.1.0") // Provides org.springframework.util.StringUtils (optional dep of spring-security-crypto 7.x); // Spring Framework 7.0.x is the line Spring Security 7.1.0 targets.