From 6f492311528add29cc415167bbb93bcf4aaa0202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:53:09 +0000 Subject: [PATCH] Bump org.springframework.boot in /spring-boot-reactive-native Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle.kts b/spring-boot-reactive-native/build.gradle.kts index dbf14436..b5eef1eb 100644 --- a/spring-boot-reactive-native/build.gradle.kts +++ b/spring-boot-reactive-native/build.gradle.kts @@ -1,7 +1,7 @@ plugins { java application - id("org.springframework.boot") version "3.2.2" + id("org.springframework.boot") version "3.2.3" id("io.spring.dependency-management") version "1.1.4" id("org.graalvm.buildtools.native") version "0.10.1" id("com.google.cloud.tools.jib") version "3.4.0"