From 742aa94a1d47a15575a107799e2cca2696f3f687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:13:08 +0000 Subject: [PATCH] Bump org.springframework.boot in /spring-boot-reactive 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/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle.kts b/spring-boot-reactive/build.gradle.kts index f88f06d3..aa6c7c62 100644 --- a/spring-boot-reactive/build.gradle.kts +++ b/spring-boot-reactive/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("com.google.cloud.tools.jib") version "3.4.0" }