Skip to content

Commit 222f296

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#751)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.2.
1 parent dc90892 commit 222f296

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.0")
92+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
9393

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

0 commit comments

Comments
 (0)