From 868e00bc6a2cce86b79bbf76f278f943bd223bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:30:44 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-test Bumps [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) from 3.4.1 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d70a676..5936837 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.7" 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.7" 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.7" 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'