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 @@ -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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ hibernateGroovyProxy=1.1
1212jansiVersion =2.4.0
1313javaParserCoreVersion =3.23.0
1414jaxbVersion =2.3.1
15- junitJupiterVersion =5.9.2
15+ junitJupiterVersion =5.9.3
1616micronautVersion =3.2.0
1717micronautSpringVersion =4.0.1
1818picocliVersion =4.6.3
You can’t perform that action at this time.
0 commit comments