Skip to content

Commit 8d861b8

Browse files
authored
Merge pull request #1529 from grails/renovate/junit5-monorepo
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.8.0
2 parents fad25dc + 1e0101f commit 8d861b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ subprojects {
113113
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
114114
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0"
115115
testImplementation "org.junit.platform:junit-platform-runner:1.8.0"
116-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
116+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.0"
117117

118118
testImplementation(spockDependency) { transitive = false }
119119
}
@@ -122,7 +122,7 @@ subprojects {
122122
api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
123123
api "org.junit.jupiter:junit-jupiter-api:5.8.0"
124124
api "org.junit.platform:junit-platform-runner:1.8.0"
125-
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
125+
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.0"
126126
implementation(spockDependency) { transitive = false }
127127
}
128128
}

0 commit comments

Comments
 (0)