diff --git a/build.gradle b/build.gradle index d70a676..b155a6b 100644 --- a/build.gradle +++ b/build.gradle @@ -42,20 +42,20 @@ dependencies { implementation platform("org.eclipse.jetty:jetty-bom:12.0.15") api "org.wiremock:wiremock-jetty12:${wiremockVersion}" - api "org.springframework.boot:spring-boot-test:3.4.1" + api "org.springframework.boot:spring-boot-test:3.5.6" api "org.springframework:spring-test:6.1.13" api "org.slf4j:slf4j-api:2.0.16" api 'org.junit.jupiter:junit-jupiter-api:5.11.2' testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}" - testImplementation "org.springframework.boot:spring-boot-starter-test:3.4.1" + testImplementation "org.springframework.boot:spring-boot-starter-test:3.5.6" testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation platform('org.junit:junit-bom:5.11.2') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.junit.platform:junit-platform-launcher' testImplementation 'io.rest-assured:rest-assured:5.5.0' testImplementation 'io.rest-assured:rest-assured:5.5.0' - testImplementation "org.springframework.boot:spring-boot-starter-web:3.4.1" + testImplementation "org.springframework.boot:spring-boot-starter-web:3.5.6" testImplementation 'io.cucumber:cucumber-java:7.20.1' testImplementation 'io.cucumber:cucumber-spring:7.20.1' testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'