Skip to content

Commit

Permalink
Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78.1 to 1.79.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Nov 6, 2024
1 parent 0c783ce commit 055a221
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 @@ -56,7 +56,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.78.1"))
.using(module("org.bouncycastle:bcpkix-jdk18on:1.79"))
}
}
}
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.27.1")

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

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

Expand Down

0 comments on commit 055a221

Please sign in to comment.