Skip to content

Commit

Permalink
Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78.1
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.76 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent e1a1b9c commit 92edda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
// For testing custom JCE providers with DecryptProcessor.JceDecryptor.
testImplementation("org.bouncycastle:bcprov-jdk18on:1.76")
testImplementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
}

jmh {
Expand Down

0 comments on commit 92edda0

Please sign in to comment.