Skip to content

Commit 3403c80

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-api in /java-gradle
--- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d8976b commit 3403c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
testImplementation 'org.assertj:assertj-core:3.27.3'
1616
testImplementation 'org.mockito:mockito-core:5.18.0'
1717
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.33'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
2020
}
2121

2222
test {

0 commit comments

Comments
 (0)