From c870ec3ea5cc5c31b497202b861d8edd5e25acb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 10:33:50 +0000 Subject: [PATCH] Update dependency org.bouncycastle:bcpkix-jdk18on to v1.86 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 71a593dc2..d10007f47 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.guava:guava:33.7.1-jre' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.85' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.86' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.4'