Skip to content

Commit 22927d9

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#285)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.10.0.
1 parent f17f40e commit 22927d9

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

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

0 commit comments

Comments
 (0)