Skip to content

Commit

Permalink
Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.77
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) 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: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] authored and gesellix committed Nov 17, 2023
1 parent 2cd23e8 commit 6627813
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 @@ -53,7 +53,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.76"))
.using(module("org.bouncycastle:bcpkix-jdk18on:1.77"))
}
}
}
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.25.0")

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

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

Expand Down

0 comments on commit 6627813

Please sign in to comment.