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

Commit 0fa99ef

Browse files
Update junit-jupiter monorepo to v5.9.0 (#543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d38012e commit 0fa99ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ subprojects { project ->
246246

247247
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
248248
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
249-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
249+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.0"
250250
testImplementation "org.junit.platform:junit-platform-runner:1.8.2"
251-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
251+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.0"
252252
}
253253

254254
groovydoc.classpath = configurations.documentation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hibernatePluginVersion=7.3.0
1212
hibernateValidatorVersion=6.2.3.Final
1313
jansiVersion=2.4.0
1414
javaParserCoreVersion=3.15.14
15-
junitJupiterVersion=5.8.2
15+
junitJupiterVersion=5.9.0
1616
mongoJavaServerVersion=1.28.0
1717
mongodbDriverVersion=4.5.0
1818
mongodbRxDriverVersion=1.10.0

0 commit comments

Comments
 (0)