From 5a47cb6ea93dc03db06c46e87609d04e01b10000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:13:47 -0700 Subject: [PATCH] chore(deps): bump org.bouncycastle:bcprov-jdk18on in /android (#1080) Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.79 to 1.80. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 3a7098e9..47fe7f8c 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidxTestOrchestrator = "1.5.1" androidxTestRunner = "1.6.2" androidxTestUiautomator = "2.3.0" annotation = "1.9.1" -bouncycastle = "1.79" +bouncycastle = "1.80" coil = "2.7.0" digitalAssetLinksAndroid = "1.0.4" espressoCore = "3.6.1"