Skip to content

Commit 697dc86

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

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
@@ -120,7 +120,7 @@ subprojects {
120120
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
121121
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.0"
122122
testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
123-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
123+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.1"
124124

125125
testImplementation(spockDependency) { transitive = false }
126126
}

0 commit comments

Comments
 (0)