We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb69e1 commit d988c6eCopy full SHA for d988c6e
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.10.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
92
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
93
94
// For the DDB-EC v1
0 commit comments