From 18ff015e95bc65789f329c454f525e10fc68bea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 02:10:01 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.1.5 to 3.2.0 in /spring-boot-web Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spring-boot-web/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web/build.gradle.kts b/spring-boot-web/build.gradle.kts index 6ab2d684..843be3f3 100644 --- a/spring-boot-web/build.gradle.kts +++ b/spring-boot-web/build.gradle.kts @@ -1,7 +1,7 @@ plugins { java application - id("org.springframework.boot") version "3.1.5" + id("org.springframework.boot") version "3.2.0" id("io.spring.dependency-management") version "1.1.4" id("com.google.cloud.tools.jib") version "3.4.0" }