Skip to content

Commit c046429

Browse files
chore(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.78 to 1.81
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78 to 1.81. - [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-version: '1.81' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5da39c2 commit c046429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/protocol/http-client-engines/test-suite/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kotlin {
4949
// So we must override their dependencies with the latest patched versions. https://github.com/docker-java/docker-java/issues/1974
5050
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.7.1") // https://github.com/docker-java/docker-java/issues/2177
5151
implementation("org.apache.commons:commons-compress:1.26.0") // https://github.com/docker-java/docker-java/pull/2256
52-
implementation("org.bouncycastle:bcpkix-jdk18on:1.78") // https://github.com/docker-java/docker-java/pull/2326
52+
implementation("org.bouncycastle:bcpkix-jdk18on:1.81") // https://github.com/docker-java/docker-java/pull/2326
5353

5454
implementation(libs.docker.transport.zerodep)
5555

0 commit comments

Comments
 (0)