From e07fb808a52efeb9616b7f79726af85aa30c3cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:01:01 +0000 Subject: [PATCH] Bump springVersion from 2.7.18 to 4.0.1 Bumps `springVersion` from 2.7.18 to 4.0.1. Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.18 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.18 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-webflux` from 2.7.18 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-amqp` from 2.7.18 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-amqp dependency-version: 4.0.1 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..7bd32cb 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.1' springSecurityVersion = '5.8.16' cfEnvSsoVersion = '2.5.0' }