File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
javaVersion = JavaVersion . VERSION_17
19
19
groovyVersion = " 4.0"
20
20
groovyBinaryVersion = " 4.0.23"
21
- testcontainersVersion = ' 1.20.2 '
21
+ testcontainersVersion = ' 1.20.3 '
22
22
23
23
scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
24
24
}
@@ -70,10 +70,10 @@ dependencies {
70
70
// testing
71
71
testImplementation " org.apache.groovy:groovy:$groovyBinaryVersion "
72
72
73
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.2 '
73
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
74
74
testImplementation " org.spockframework:spock-core:2.3-groovy-$groovyVersion "
75
75
testImplementation ' org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
76
- testImplementation ' net.bytebuddy:byte-buddy:1.15.4 ' // Mocks of classes
76
+ testImplementation ' net.bytebuddy:byte-buddy:1.15.7 ' // Mocks of classes
77
77
78
78
// testcontainers (docker framework for testing)
79
79
testImplementation " org.testcontainers:testcontainers:$testcontainersVersion "
You can’t perform that action at this time.
0 commit comments