From 2ea4168e3de4079867fd49e8d4eb0e86e820a4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:14:23 +0000 Subject: [PATCH] Bump org.bouncycastle:bcprov-jdk18on from 1.85.2 to 1.86 in /lib Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.85.2 to 1.86. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0025f014..3bde9581 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.22.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' - testImplementation 'org.bouncycastle:bcprov-jdk18on:1.85.2' + testImplementation 'org.bouncycastle:bcprov-jdk18on:1.86' testImplementation 'junit:junit:4.13.2' testImplementation 'net.jodah:concurrentunit:0.4.6' testImplementation 'org.hamcrest:hamcrest:2.2'