From 7a8d83bd6fe79451c810cd564aa9e8de426cc621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:10:23 +0000 Subject: [PATCH] Bump bouncycastleVersion from 1.76 to 1.77 Bumps `bouncycastleVersion` from 1.76 to 1.77. Updates `org.bouncycastle:bcpg-jdk18on` from 1.76 to 1.77 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.76 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:bcpg-jdk18on dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ce600c68..684f1b939 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin buildscript { ext { - bouncycastleVersion = "1.76" + bouncycastleVersion = "1.77" apacheCommonsCollectionsVersion = "4.4" springOpenApiVersion = "2.2.0" jsoupVersion = "1.16.2"