We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec98d6 commit 4f18689Copy full SHA for 4f18689
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.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
93
94
// For the DDB-EC v1
95
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.780")
0 commit comments