From 830ba2d820fdb928838a9c20ece6cd598d907f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:16:05 +0000 Subject: [PATCH] Bump org.bouncycastle:bcutil-jdk15to18 from 1.83 to 1.84 Bumps [org.bouncycastle:bcutil-jdk15to18](https://github.com/bcgit/bc-java) from 1.83 to 1.84. - [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:bcutil-jdk15to18 dependency-version: '1.84' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 8d59fee1..41ffcb3d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -97,9 +97,9 @@ tasks.withType(Test) { } dependencies { - api "org.bouncycastle:bcprov-jdk15to18:1.83" - api "org.bouncycastle:bcpkix-jdk15to18:1.83" - api "org.bouncycastle:bcutil-jdk15to18:1.83" + api "org.bouncycastle:bcprov-jdk15to18:1.84" + api "org.bouncycastle:bcpkix-jdk15to18:1.84" + api "org.bouncycastle:bcutil-jdk15to18:1.84" // for jpeg2000 decode/encode implementation 'com.github.ainceborn:JP2ForAndroid:1.0.3.1'