File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ repositories {
44
44
45
45
dependencies {
46
46
implementation(" com.fasterxml.jackson.core:jackson-databind:2.14.2" )
47
- testImplementation(platform(" org.junit:junit-bom:5.6.2 " ))
47
+ testImplementation(platform(" org.junit:junit-bom:5.10.0 " ))
48
48
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
49
49
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
50
50
testRuntimeOnly(" org.junit.vintage:junit-vintage-engine" )
51
- testImplementation(" org.assertj:assertj-core:3.17 .2" )
51
+ testImplementation(" org.assertj:assertj-core:3.24 .2" )
52
52
testImplementation(" cglib:cglib-nodep:3.3.0" )
53
- testImplementation(" org.objenesis:objenesis:3.1 " )
54
- testImplementation(" org.apache. commons:commons-io:1.3.2 " )
55
- testImplementation(platform(" org.spockframework:spock-bom:2.0 -groovy-3.0" ))
53
+ testImplementation(" org.objenesis:objenesis:3.3 " )
54
+ testImplementation(" commons-io :commons-io:2.13.0 " )
55
+ testImplementation(platform(" org.spockframework:spock-bom:2.3 -groovy-3.0" ))
56
56
testImplementation(" org.spockframework:spock-core" )
57
57
testImplementation(" org.spockframework:spock-junit4" )
58
58
testImplementation(" com.github.stefanbirkner:system-rules:1.19.0" )
59
- testImplementation(" org.mock-server:mockserver-netty:5.11.1 " )
59
+ testImplementation(" org.mock-server:mockserver-netty:5.15.0 " )
60
60
}
61
61
62
62
tasks.compileTestGroovy {
You can’t perform that action at this time.
0 commit comments