From 7e1292292e8feffe9bdeae9026f259e1488364d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:56:51 +0000 Subject: [PATCH] Bump org.springframework.boot in /whiskers-cloudnative Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index c536943a..fd24dd52 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { - id("org.springframework.boot") version "3.1.4" + id("org.springframework.boot") version "3.1.5" id("io.spring.dependency-management") version "1.1.3" // id("org.springframework.experimental.aot") version "0.12.1" id("org.graalvm.buildtools.native") version "0.9.27"