From f7948e57a66faf3839c11651195f9c29e5134af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:58:10 +0000 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk15to18 from 1.73 to 1.74 Bumps [org.bouncycastle:bcpkix-jdk15to18](https://github.com/bcgit/bc-java) from 1.73 to 1.74. - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 36fb6022..d9d81ada 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -93,7 +93,7 @@ tasks.withType(Test) { dependencies { api "org.bouncycastle:bcprov-jdk15to18:1.73" - api "org.bouncycastle:bcpkix-jdk15to18:1.73" + api "org.bouncycastle:bcpkix-jdk15to18:1.74" api "org.bouncycastle:bcutil-jdk15to18:1.73" // for jpeg2000 decode/encode compileOnly 'com.gemalto.jp2:jp2-android:1.0.3'