Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 4ec5925 commit c5c0876
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 @@ -30,7 +30,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.13") // MIT

implementation("io.github.hakky54:sslcontext-kickstart-for-pem:8.3.0") // Apache-2.0
implementation("org.bouncycastle:bctls-jdk18on:1.78") // Bouncy Castle License (~MIT)
implementation("org.bouncycastle:bctls-jdk18on:1.78.1") // Bouncy Castle License (~MIT)

testImplementation(kotlin("test"))
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14") // EPL-1.0
Expand Down

0 comments on commit c5c0876

Please sign in to comment.