From 7cf71b468dc5cc509c0a1de0857a3f55b57fe185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:46:03 -0700 Subject: [PATCH] Bump org.bouncycastle:bcprov-jdk18on from 1.73 to 1.77 (#182) Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.73 to 1.77. - [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> --- fakewallet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fakewallet/build.gradle b/fakewallet/build.gradle index 8f7f271..d29eeb9 100644 --- a/fakewallet/build.gradle +++ b/fakewallet/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'com.google.android.material:material:1.9.0' - implementation 'org.bouncycastle:bcprov-jdk18on:1.73' + implementation 'org.bouncycastle:bcprov-jdk18on:1.77' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'