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 @@ -115,7 +115,7 @@ subprojects { project ->
115115 testImplementation " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
116116 testImplementation(" org.spockframework:spock-core:$spockVersion " ) { transitive = false }
117117 testImplementation " org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion "
118- testImplementation " org.junit.platform:junit-platform-runner:1.8.0 "
118+ testImplementation " org.junit.platform:junit-platform-runner:1.8.1 "
119119 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion "
120120 }
121121
@@ -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.8.0 "
224+ testImplementation " org.junit.platform:junit-platform-runner:1.8.1 "
225225 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion "
226226 }
227227
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ hibernateValidatorVersion=6.2.0.Final
1111jansiVersion =2.3.4
1212javaParserCoreVersion =3.23.0
1313jaxbVersion =2.3.1
14- junitJupiterVersion =5.8.0
14+ junitJupiterVersion =5.8.1
1515picocliVersion =4.6.1
1616projectVersion =7.1.0-SNAPSHOT
1717pluginGrailsVersion =5.0.0-RC3
You can’t perform that action at this time.
0 commit comments