We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d988c6e commit 7511d59Copy full SHA for 7511d59
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -88,7 +88,7 @@ dependencies {
88
implementation("software.amazon.awssdk:dynamodb-enhanced")
89
implementation("software.amazon.awssdk:kms")
90
91
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
92
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
93
94
// For the DDB-EC v1
0 commit comments