File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 javaVersion = JavaVersion . VERSION_17
2020 groovyVersion = " 4.0"
2121 groovyBinaryVersion = " 4.0.25"
22+
23+ junitVersion = ' 1.12.0'
2224 testcontainersVersion = ' 1.20.5'
2325
2426 scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
@@ -74,7 +76,8 @@ dependencies {
7476 // testing
7577 testImplementation " org.apache.groovy:groovy:$groovyBinaryVersion "
7678
77- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4'
79+ testImplementation " org.junit.platform:junit-platform-launcher:$junitVersion "
80+ testImplementation " org.junit.jupiter:junit-jupiter:$junitVersion "
7881 testImplementation " org.spockframework:spock-core:2.3-groovy-$groovyVersion "
7982 testImplementation ' org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
8083 testImplementation ' net.bytebuddy:byte-buddy:1.17.1' // Mocks of classes
You can’t perform that action at this time.
0 commit comments