From cdd3f85b1fa1ea41a28fc2536abad4239c67c846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:09:25 +0000 Subject: [PATCH] Bump springbootVersion from 3.1.4 to 3.2.2 Bumps `springbootVersion` from 3.1.4 to 3.2.2. Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-web` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-validation` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-test` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-test` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-security` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-data-redis` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.1.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.2.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-security dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-data-redis dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 6090f9a322d..254c956b442 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -91,7 +91,7 @@ ext { sleepycatVersion = '18.3.12' slf4jVersion = '2.0.6' snappyVersion = '1.1.10.5' - springbootVersion = '3.1.4' + springbootVersion = '3.2.2' spotbugsVersion = '4.7.3' springdataVersion = '3.0.3' springldapVersion = '3.0.1'