From f433c7f7ae34755b322d404b51ffa35df236ca6d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 10 Nov 2025 23:49:53 +0000
Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on
to v1.82
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 02b37665d..65107bf5c 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -224,6 +224,7 @@
+
diff --git a/library/build.gradle b/library/build.gradle
index eb59bbbec..e6e3d477b 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.81'
+ implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.15'