From 5e93e15bdc874db87dfabb8ba3637fa1c8b5dc97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:14:26 +0000 Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.80 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 2a57ec74e3..583d16c8e1 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.79' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.80' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.9'