From 53d5a294a014656758be607c9d5d2a96add2f19d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:51:24 +0000 Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.85.2 --- config/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/libs.versions.toml b/config/libs.versions.toml index 9661eeef47..c1afee4d73 100644 --- a/config/libs.versions.toml +++ b/config/libs.versions.toml @@ -2,7 +2,7 @@ asmVer = "3.2.0" # https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on # https://www.bouncycastle.org/releasenotes.html -bcVer = "1.84" +bcVer = "1.85.2" commonCompressVer = "1.27.1" coroutineVer = "1.10.2" gsonVer = "2.14.0"