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

Commit d325c71

Browse files
Bump junit-platform-runner from 1.7.0 to 1.7.2
Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.7.0 to 1.7.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3303aa commit d325c71

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
@@ -118,7 +118,7 @@ subprojects { project ->
118118
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
119119
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
120120
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
121-
testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
121+
testImplementation "org.junit.platform:junit-platform-runner:1.7.2"
122122
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
123123
}
124124

0 commit comments

Comments
 (0)