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

Commit 0b92590

Browse files
authored
Merge pull request #368 from grails/renovate/junit5-monorepo
Update junit5 monorepo
2 parents b9370da + b80275a commit 0b92590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ subprojects { project ->
221221
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
222222
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
223223
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
224-
testImplementation "org.junit.platform:junit-platform-runner:1.7.2"
224+
testImplementation "org.junit.platform:junit-platform-runner:1.8.0"
225225
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
226226
}
227227

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hibernateValidatorVersion=6.2.0.Final
1111
jansiVersion=2.3.4
1212
javaParserCoreVersion=3.23.0
1313
jaxbVersion=2.3.1
14-
junitJupiterVersion=5.7.2
14+
junitJupiterVersion=5.8.0
1515
picocliVersion=4.6.1
1616
projectVersion=7.1.0-SNAPSHOT
1717
pluginGrailsVersion=5.0.0.RC2

0 commit comments

Comments
 (0)