From c08027b35a8f164aa7a6e80ff058c6a45f58284d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 04:26:29 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-starter-web Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 4.0.0-RC2 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0-RC2...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 836df2d..667e1bb 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ project("wiremock-spring-boot", { // Don't want to force these versions on the user [ - "org.springframework.boot:spring-boot-test:4.0.0-RC2", + "org.springframework.boot:spring-boot-test:4.0.0", "org.springframework:spring-test:7.0.0", "org.slf4j:slf4j-api:2.0.17", "org.junit.jupiter:junit-jupiter-api:6.0.1" @@ -59,8 +59,8 @@ project("wiremock-spring-boot-standalone", { subprojects { dependencies { - testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0-RC2" - testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0-RC2" + testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0" + testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0" testImplementation "org.assertj:assertj-core:3.27.6"