File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ repositories {
4444
4545dependencies {
4646 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 " ))
4848 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4949 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
5050 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" )
5252 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" ))
5656 testImplementation(" org.spockframework:spock-core" )
5757 testImplementation(" org.spockframework:spock-junit4" )
5858 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 " )
6060}
6161
6262tasks.compileTestGroovy {
You can’t perform that action at this time.
0 commit comments