From f01e9c7dcba7c14afc8406f080af17aed785c1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:09:34 +0100 Subject: [PATCH] chore(deps): bump org.bouncycastle:bcprov-jdk15to18 from 1.64 to 1.77 in /examples/bare/android (#1335) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index eedbeebcb..9588ac829 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -114,7 +114,7 @@ dependencies { // BouncyCastle libs // https://github.com/idnow/de.idnow.android-sample/tree/master/app/libs - implementation "org.bouncycastle:bcprov-jdk15to18:1.64" + implementation "org.bouncycastle:bcprov-jdk15to18:1.77" implementation "org.bouncycastle:bctls-jdk15to18:1.77" }