From 5ceedab2daa099fe4116ddbc7a58af7781852677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 02:56:01 +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.3.4 to 3.4.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.4.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 5e43cf6f..a202bd1e 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.3.4" + id("org.springframework.boot") version "3.4.0" id("io.spring.dependency-management") version "1.1.6" id("org.graalvm.buildtools.native") version "0.10.3" id("com.google.cloud.tools.jib") version "3.4.4"