From dfaeec875590f09c66e51f3edd7b58b8bddd58d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:23:14 +0000 Subject: [PATCH] Bump bouncycastle from 1.84 to 1.86 Bumps `bouncycastle` from 1.84 to 1.86. Updates `org.bouncycastle:bcprov-jdk15to18` from 1.84 to 1.86 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bctls-jdk15to18` from 1.84 to 1.86 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk15to18` from 1.84 to 1.86 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk15to18 dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.bouncycastle:bctls-jdk15to18 dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.bouncycastle:bcpkix-jdk15to18 dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c0dbd9b7c..023456835 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ junit = "4.13.2" mockito = "6.3.0" uvcandroid = "1.0.13" media3 = "1.11.0" -bouncycastle = "1.84" +bouncycastle = "1.86" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }