From a7a5e5e0c1c2fc604cc8cf2326336f46c5bc15dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 02:11:13 +0000 Subject: [PATCH] Bump org.springframework.boot in /spring-boot-web-native 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-native/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle.kts b/spring-boot-web-native/build.gradle.kts index a101c551..e27c298b 100644 --- a/spring-boot-web-native/build.gradle.kts +++ b/spring-boot-web-native/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java application id("org.hibernate.orm") - 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("org.graalvm.buildtools.native") version "0.9.28" id("com.google.cloud.tools.jib") version "3.4.0"