Skip to content

Commit

Permalink
Bump org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.78.1
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) 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:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 18, 2024
1 parent 41b44b3 commit 26b8784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ allprojects {
// https://docs.gradle.org/current/userguide/resolution_rules.html
dependencySubstitution {
substitute(module("org.bouncycastle:bcpkix-jdk15on"))
.using(module("org.bouncycastle:bcpkix-jdk18on:1.77"))
.using(module("org.bouncycastle:bcpkix-jdk18on:1.78.1"))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {

implementation("org.apache.commons:commons-compress:1.26.1")

implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")

testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

Expand Down

0 comments on commit 26b8784

Please sign in to comment.