From cd5fd826d01ffaef0de38e3324140faff7183a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:36:24 +0000 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk18on from 1.78 to 1.78.1 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78 to 1.78.1. - [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:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 889584d..52e0f1a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation 'org.bouncycastle:bcpkix-jdk18on:1.78' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' }