Skip to content

Commit 9c439db

Browse files
Bump org.bouncycastle:bcpkix-jdk18on from 1.83 to 1.84
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.83 to 1.84. - [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.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7deb2f commit 9c439db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies {
128128
replacedBy('org.bouncycastle:bcpkix-jdk18on', "Everything can go via the JDK 1.8+ BouncyCastle version")
129129
}
130130
}
131-
implementation('org.bouncycastle:bcpkix-jdk18on:1.83') {
131+
implementation('org.bouncycastle:bcpkix-jdk18on:1.84') {
132132
because 'spotify docker-client uses an outdated version'
133133
}
134134
implementation "org.slf4j:jcl-over-slf4j:${project.versions.slf4j}"

0 commit comments

Comments
 (0)