We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6417d commit 1d9e4adCopy full SHA for 1d9e4ad
AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
@@ -79,7 +79,7 @@ dependencies {
79
implementation("software.amazon.awssdk:kms")
80
81
// BC
82
- implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
+ implementation("org.bouncycastle:bcprov-jdk18on:1.79")
83
84
// https://mvnrepository.com/artifact/org.testng/testng
85
testImplementation("org.testng:testng:7.5")
0 commit comments