Skip to content

Commit

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

Updates `org.bouncycastle:bcprov-jdk18on` from 1.77 to 1.78.1
- [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.77 to 1.78.1
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcmail-jdk18on` from 1.77 to 1.78.1
- [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:bcprov-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
- dependency-name: org.bouncycastle:bcmail-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 sebastien-belin-adp committed Apr 23, 2024
1 parent 02df1e5 commit b28fb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
componentName="Interlok Core/Base"
componentDesc="The Core Interlok framework component; this is your must have"
activeMqVersion="5.18.3"
bouncyCastleVersion="1.77"
bouncyCastleVersion="1.78.1"
mysqlDriverVersion="8.0.33"
slf4jVersion = "2.0.13"
mockitoVersion = "4.9.0"
Expand Down

0 comments on commit b28fb17

Please sign in to comment.