From 8e788c5c812e8803a236cddc877ca19e347aab5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:29:26 +0000 Subject: [PATCH] build(deps): bump spring-boot from 3.2.7 to 3.3.1 Bumps `spring-boot` from 3.2.7 to 3.3.1. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.3.1) Updates `org.springframework.boot:spring-boot-starter-reactor-netty` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.3.1) Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.3.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.3.1) Updates `org.springframework.boot` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-reactor-netty dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-webflux 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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 38e228d180..99e4dd09e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ reactor-core = "3.6.7" reactor-extensions = "1.2.2" slf4j = "2.0.13" spring = "6.1.10" -spring-boot = "3.2.7" +spring-boot = "3.3.1" # security vulnerabilities overrides commons-codec = { strictly = "[1.13, 2[", prefer = "1.16.0" }