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

Commit 71e5d62

Browse files
Update junit5 monorepo (#680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 564bb26 commit 71e5d62

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
@@ -125,7 +125,7 @@ subprojects { Project subproject ->
125125
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
126126
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
127127
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
128-
testImplementation "org.junit.platform:junit-platform-runner:1.9.2"
128+
testImplementation "org.junit.platform:junit-platform-runner:1.9.3"
129129
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
130130
}
131131

@@ -226,7 +226,7 @@ subprojects { Project subproject ->
226226
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
227227
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
228228
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
229-
testImplementation "org.junit.platform:junit-platform-runner:1.9.2"
229+
testImplementation "org.junit.platform:junit-platform-runner:1.9.3"
230230
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
231231
}
232232

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hibernateGroovyProxy=1.1
1212
jansiVersion=2.4.0
1313
javaParserCoreVersion=3.23.0
1414
jaxbVersion=2.3.1
15-
junitJupiterVersion=5.9.2
15+
junitJupiterVersion=5.9.3
1616
micronautVersion=3.2.0
1717
micronautSpringVersion=4.0.1
1818
picocliVersion=4.6.3

0 commit comments

Comments
 (0)