From cca552de1f5cc3daafa5425006771cc703c4dcb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:38:22 +0000 Subject: [PATCH] deps(deps): bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.83 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.82 to 1.83. - [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.83' 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 73c9ae7..766d7b8 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.82") + testImplementation("org.bouncycastle:bcprov-jdk18on:1.83") testImplementation("org.springframework.security:spring-security-crypto:7.0.0") testImplementation("commons-logging:commons-logging:1.3.5") }