Skip to content

Commit 5b30638

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.5
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.5. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.5) --- 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 858c266 commit 5b30638

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
@@ -514,7 +514,7 @@ subprojects { project ->
514514
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
515515
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.5"
516516
testImplementation "org.junit.platform:junit-platform-runner:1.10.5"
517-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
517+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.5"
518518

519519
if (project.name != "grails-docs") {
520520
// Logging

0 commit comments

Comments
 (0)