From fa9efdfe1e41fbceb8785028e9592223461f623f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:23:04 +0000 Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.81 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 a64d3e2010..58755c1f8b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.guava:guava:33.4.0-jre' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.80' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.81' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.10'