Skip to content

Commit

Permalink
Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78.1 (#742)
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcprov-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:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 6fcdcf4 commit 0331bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
}
implementation("com.github.mwiede:jsch:$jschVersion")
implementation("com.github.zafarkhaja:java-semver:0.9.0")
runtimeOnly("org.bouncycastle:bcprov-jdk18on:1.77")
runtimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
runtimeOnly("com.kohlschutter.junixsocket:junixsocket-core:2.9.1")
runtimeOnly("net.java.dev.jna:jna-platform:5.14.0")

Expand Down

0 comments on commit 0331bea

Please sign in to comment.