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 dc90892 commit 222f296Copy full SHA for 222f296
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -89,7 +89,7 @@ dependencies {
89
implementation("software.amazon.awssdk:kms")
90
91
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
92
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
93
94
// For the DDB-EC v1
95
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.658")
0 commit comments