Skip to content

Commit

Permalink
chore(deps): bump bouncycastle.version from 1.76 to 1.77
Browse files Browse the repository at this point in the history
Bumps `bouncycastle.version` from 1.76 to 1.77.

Updates `org.bouncycastle:bcprov-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: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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manusa committed Nov 15, 2023
1 parent 4c403fd commit 40026e8
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 @@ -126,7 +126,7 @@
<lombok.version>1.18.30</lombok.version>
<snakeyaml.version>2.7</snakeyaml.version>
<snakeyaml.bundle.version>2.1</snakeyaml.bundle.version> <!-- Transitive Jackson -->
<bouncycastle.version>1.76</bouncycastle.version>
<bouncycastle.version>1.77</bouncycastle.version>
<commons-compress.version>1.24.0</commons-compress.version>
<commons-io.version>2.15.0</commons-io.version> <!-- Required by Gradle Testing Toolkit -->
<guava.version>32.1.3-jre</guava.version> <!-- Required by Gradle Testing Toolkit -->
Expand Down

0 comments on commit 40026e8

Please sign in to comment.