Skip to content

Commit bdcab1a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions/setup-java-4
2 parents 11f918b + 4f18689 commit bdcab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
implementation("software.amazon.awssdk:kms")
9090

9191
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
92-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
92+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
9393

9494
// For the DDB-EC v1
9595
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.780")

0 commit comments

Comments
 (0)