From ba9c0321f7e4a4a1af77dd832f91d2b799c7f994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 06:44:12 +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.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 3.5.4 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 8ecf134..3676489 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.4" 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.4" 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.4" 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'