File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ configurations {
3030dependencies {
3131 implementation platform(" org.eclipse.jetty:jetty-bom:12.0.15" )
3232 api " org.wiremock:wiremock-jetty12:${ wiremockVersion} "
33- api " org.springframework.boot:spring-boot-test:3.4.1 "
33+ api " org.springframework.boot:spring-boot-test:3.5.7 "
3434 api " org.springframework:spring-test:6.1.13"
3535 api " org.slf4j:slf4j-api:2.0.16"
3636 api ' org.junit.jupiter:junit-jupiter-api:5.11.2'
3737
3838 testImplementation " org.wiremock:wiremock-jetty12:${ wiremockVersion} "
39- testImplementation " org.springframework.boot:spring-boot-starter-test:3.4.1 "
39+ testImplementation " org.springframework.boot:spring-boot-starter-test:3.5.7 "
4040 testImplementation ' org.assertj:assertj-core:3.27.4'
4141 testImplementation platform(' org.junit:junit-bom:5.11.2' )
4242 testImplementation ' org.junit.jupiter:junit-jupiter'
4343 testImplementation ' org.junit.platform:junit-platform-launcher'
4444 testImplementation ' io.rest-assured:rest-assured:5.5.0'
4545 testImplementation ' io.rest-assured:rest-assured:5.5.0'
46- testImplementation " org.springframework.boot:spring-boot-starter-web:3.4.1 "
46+ testImplementation " org.springframework.boot:spring-boot-starter-web:3.5.7 "
4747 testImplementation ' io.cucumber:cucumber-java:7.20.1'
4848 testImplementation ' io.cucumber:cucumber-spring:7.20.1'
4949 testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.20.1'
You can’t perform that action at this time.
0 commit comments