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 f17f40e commit 22927d9Copy full SHA for 22927d9
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.8.1")
92
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
93
94
// For the DDB-EC v1
95
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.658")
0 commit comments