From fc0b5195ee590c2a399e2c34a7ca1de631acae87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:51:10 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.0.1 to 3.1.5 in /springboot-app Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.0.1 to 3.1.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.1...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- springboot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot-app/build.gradle.kts b/springboot-app/build.gradle.kts index b36a379..c5ca1df 100644 --- a/springboot-app/build.gradle.kts +++ b/springboot-app/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.springframework.boot") version "3.0.1" + id("org.springframework.boot") version "3.1.5" id("io.spring.dependency-management") version "1.1.3" kotlin("jvm") version "1.9.20" kotlin("plugin.spring") version "1.9.20"