Skip to content

Commit

Permalink
Bump dependency.bouncycastle.version.override from 1.79 to 1.80
Browse files Browse the repository at this point in the history
Bumps `dependency.bouncycastle.version.override` from 1.79 to 1.80.

Updates `org.bouncycastle:bcmail-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 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:bcmail-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 Jan 14, 2025
1 parent 65a3783 commit 6d5e942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- The override can be removed when logback version in spring-boot-starter-parent is updated and free of vulnerabilities -->
<logback.version>1.5.16</logback.version>
<!--The override can be removed when transitive (from tika) bouncycastle dependency is free of vulnerabilities-->
<dependency.bouncycastle.version.override>1.79</dependency.bouncycastle.version.override>
<dependency.bouncycastle.version.override>1.80</dependency.bouncycastle.version.override>

<spotless-plugin.version>2.43.0</spotless-plugin.version>
<!-- Do not match any files by default, but this can be overridden from the command line. -->
Expand Down

0 comments on commit 6d5e942

Please sign in to comment.