From 5c64e46317149c751454511a784cf987b0eb8372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:13:43 +0000 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.80 (#888) Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78.1 to 1.80. - [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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49b9f688..1a19e4e9 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'org.springframework.session:spring-session-data-redis' implementation 'org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE' implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.8' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' // Overriding dependency of spring-security-oauth2-autoconfigure due to CVE-2020-15522 + implementation 'org.bouncycastle:bcpkix-jdk18on:1.80' // Overriding dependency of spring-security-oauth2-autoconfigure due to CVE-2020-15522 implementation 'com.unboundid:unboundid-ldapsdk' implementation 'org.signal:embedded-redis:0.9.1' implementation 'org.springdoc:springdoc-openapi-ui:1.8.0'