From cb362f6c1bd6c4d10bf84d5379af1842dd2d4944 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:37:57 +0000 Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.83 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 1 + library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 300fcbfa05..a70ade068c 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -88,6 +88,7 @@ + diff --git a/library/build.gradle b/library/build.gradle index 63c47f6628..f5528aa26f 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.5.0-jre' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.82' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.83' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.0'