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 @@ -42,20 +42,20 @@ dependencies {
4242 implementation platform(" org.eclipse.jetty:jetty-bom:12.0.15" )
4343 api " org.wiremock:wiremock-jetty12:${ wiremockVersion} "
4444
45- api " org.springframework.boot:spring-boot-test:3.4.1 "
45+ api " org.springframework.boot:spring-boot-test:3.5.7 "
4646 api " org.springframework:spring-test:6.1.13"
4747 api " org.slf4j:slf4j-api:2.0.16"
4848 api ' org.junit.jupiter:junit-jupiter-api:5.11.2'
4949
5050 testImplementation " org.wiremock:wiremock-jetty12:${ wiremockVersion} "
51- testImplementation " org.springframework.boot:spring-boot-starter-test:3.4.1 "
51+ testImplementation " org.springframework.boot:spring-boot-starter-test:3.5.7 "
5252 testImplementation ' org.assertj:assertj-core:3.27.4'
5353 testImplementation platform(' org.junit:junit-bom:5.11.2' )
5454 testImplementation ' org.junit.jupiter:junit-jupiter'
5555 testImplementation ' org.junit.platform:junit-platform-launcher'
5656 testImplementation ' io.rest-assured:rest-assured:5.5.0'
5757 testImplementation ' io.rest-assured:rest-assured:5.5.0'
58- testImplementation " org.springframework.boot:spring-boot-starter-web:3.4.1 "
58+ testImplementation " org.springframework.boot:spring-boot-starter-web:3.5.7 "
5959 testImplementation ' io.cucumber:cucumber-java:7.20.1'
6060 testImplementation ' io.cucumber:cucumber-spring:7.20.1'
6161 testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.20.1'
You can’t perform that action at this time.
0 commit comments