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

Commit c55eec6

Browse files
Bump junit-jupiter-engine from 5.7.0 to 5.7.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.0...r5.7.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c90d337 commit c55eec6

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
@@ -119,7 +119,7 @@ subprojects { project ->
119119
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
120120
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
121121
testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
122-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
122+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
123123
}
124124

125125
apply from: "${rootProject.projectDir}/gradle/testVerbose.gradle"

0 commit comments

Comments
 (0)