This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ subprojects { Project subproject ->
117117 testImplementation " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
118118 testImplementation(" org.spockframework:spock-core:$spockVersion " ) { transitive = false }
119119 testImplementation " org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion "
120- testImplementation " org.junit.platform:junit-platform-runner:1.9.3 "
120+ testImplementation " org.junit.platform:junit-platform-runner:1.10.0 "
121121 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion "
122122 }
123123
@@ -221,7 +221,7 @@ subprojects { Project subproject ->
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.9.3 "
224+ testImplementation " org.junit.platform:junit-platform-runner:1.10.0 "
225225 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion "
226226 }
227227
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ hibernateGroovyProxy=1.1
1010jansiVersion =2.4.0
1111javaParserCoreVersion =3.23.0
1212jaxbVersion =2.3.1
13- junitJupiterVersion =5.9.3
13+ junitJupiterVersion =5.10.0
1414picocliVersion =4.6.3
1515projectVersion =8.0.1-SNAPSHOT
1616pluginGrailsVersion =6.0.0
You can’t perform that action at this time.
0 commit comments