From 604a23faa43a0bfa5d0182db860515afc07cd186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:29:53 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.8 to 3.2.11 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.8 to 3.2.11. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.8...v3.2.11) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... 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 2394e0e2..f4b3b6e2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -org-springframework-boot = "3.2.8" +org-springframework-boot = "3.2.11" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.11"