File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,16 @@ subprojects { project ->
173173
174174 testImplementation " org.apache.groovy:groovy-json:$groovyVersion "
175175 testImplementation " org.apache.groovy:groovy-templates:$groovyVersion "
176- testImplementation " org.apache.groovy:groovy-test-junit5:$groovyVersion "
177- testImplementation " org.spockframework:spock-core:$spockVersion " , { transitive = false }
178- testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.2"
179- testImplementation " org.junit.platform:junit-platform-runner:1.10.2"
180- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.2"
176+ testImplementation " org.apache.groovy:groovy-test-junit5:$groovyVersion " , {
177+ exclude group : " org.junit.platform" , module : " junit-platform-launcher"
178+ exclude group : " org.junit.jupiter" , module : " junit-jupiter-engine"
179+ }
180+ testImplementation " org.spockframework:spock-core:$spockVersion " , {
181+ exclude group : " org.junit.platform" , module : " junit-platform-engine"
182+ }
183+ testImplementation " org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion "
184+ testImplementation " org.junit.platform:junit-platform-runner:$junitPlatformVersion "
185+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion "
181186 }
182187
183188 publishing {
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ hibernatePluginVersion=2023.2.0
1212hibernateValidatorVersion =8.0.2.Final
1313jansiVersion =2.4.1
1414javaParserCoreVersion =3.26.4
15- junitJupiterVersion =5.10.2
15+ junitJupiterVersion =5.10.5
16+ junitPlatformVersion =1.10.5
1617mongodbDriverVersion =5.0.1
1718seleniumVersion =4.2.2
1819spockVersion =2.3-groovy-4.0
You can’t perform that action at this time.
0 commit comments