From 2972802409759bc6e03103ba9b58772f4ff8eeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:05:09 +0000 Subject: [PATCH] Bump org.bouncycastle:bcprov-jdk18on from 1.81 to 1.82 in /android Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.81 to 1.82. - [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-version: '1.82' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3787c3ab3..c8ab1986e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -115,8 +115,8 @@ dependencies { implementation 'com.github.tony19:logback-android:3.0.0' - implementation 'org.bouncycastle:bcprov-jdk18on:1.81' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.81' + implementation 'org.bouncycastle:bcprov-jdk18on:1.82' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.82' // testing dependencies testImplementation "junit:junit:$project.junitVersion"