Skip to content

Commit 7511d59

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d988c6e commit 7511d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
implementation("software.amazon.awssdk:dynamodb-enhanced")
8989
implementation("software.amazon.awssdk:kms")
9090

91-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
91+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
9292
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
9393

9494
// For the DDB-EC v1

0 commit comments

Comments
 (0)