Skip to content

Commit

Permalink
Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.80 (#888)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent f003482 commit 5c64e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5c64e46

Please sign in to comment.