Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 660b6a6

Browse files
Bump junit-jupiter-api from 5.6.0 to 5.7.2
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.0 to 5.7.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.0...r5.7.2) --- 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 7833c0d commit 660b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ subprojects { project ->
257257

258258
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
259259
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
260-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.0"
260+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
261261
testImplementation "org.junit.platform:junit-platform-runner:1.6.0"
262262
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0"
263263
}

0 commit comments

Comments
 (0)