Skip to content

Commit

Permalink
Bump bouncycastleVersion from 1.76 to 1.77
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 5670e2a commit 7a8d83b
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 @@ -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"
Expand Down

0 comments on commit 7a8d83b

Please sign in to comment.