We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7deb2f + 9c439db commit 5f04824Copy full SHA for 5f04824
1 file changed
build.gradle
@@ -128,7 +128,7 @@ dependencies {
128
replacedBy('org.bouncycastle:bcpkix-jdk18on', "Everything can go via the JDK 1.8+ BouncyCastle version")
129
}
130
131
- implementation('org.bouncycastle:bcpkix-jdk18on:1.83') {
+ implementation('org.bouncycastle:bcpkix-jdk18on:1.84') {
132
because 'spotify docker-client uses an outdated version'
133
134
implementation "org.slf4j:jcl-over-slf4j:${project.versions.slf4j}"
0 commit comments