From b37fc12429da483cf0ee93751d2d530a111a2291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:01:16 +0000 Subject: [PATCH] Bump springVersion from 2.7.18 to 4.0.0 Bumps `springVersion` from 2.7.18 to 4.0.0. Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.0) Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.0) Updates `org.springframework.boot:spring-boot-starter-webflux` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.0) Updates `org.springframework.boot:spring-boot-starter-amqp` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...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-major - dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b7451a1..2ac5eec 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ group = 'io.pivotal.identityService' sourceCompatibility = '1.8' ext { - springVersion = '2.7.18' + springVersion = '4.0.0' springSecurityVersion = '5.8.16' cfEnvSsoVersion = '2.5.0' }