Skip to content

Commit

Permalink
build(deps): bump versions.bouncyCastleVersion from 1.73 to 1.74
Browse files Browse the repository at this point in the history
Bumps `versions.bouncyCastleVersion` from 1.73 to 1.74.

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.73 to 1.74
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.73 to 1.74
- [Changelog](https://github.com/bcgit/bc-java/blob/master/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
- dependency-name: org.bouncycastle:bcprov-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 and Tallicia committed Jun 15, 2023
1 parent 7f5fca1 commit e460fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
// Versions shared between multiple dependencies
versions.aspectJVersion = "1.9.4"
versions.apacheDsVersion = "2.0.0.AM26"
versions.bouncyCastleVersion = "1.73"
versions.bouncyCastleVersion = "1.74"
versions.hamcrestVersion = "2.2"
versions.springBootVersion = "2.7.12"
versions.springSecurityJwtVersion = "1.1.1.RELEASE"
Expand Down

0 comments on commit e460fd9

Please sign in to comment.