From 5af5709dccb5f0963cad653cc140f034d85b8d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:55:14 +0000 Subject: [PATCH] Bump org.springframework.boot in /chat-getting-started-kotlin Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chat-getting-started-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-getting-started-kotlin/build.gradle.kts b/chat-getting-started-kotlin/build.gradle.kts index 3016de9..10790fd 100644 --- a/chat-getting-started-kotlin/build.gradle.kts +++ b/chat-getting-started-kotlin/build.gradle.kts @@ -4,7 +4,7 @@ val axonVersion: String by extra { "4.3.3" } val swaggerVersion: String by extra { "2.9.2" } plugins { - id("org.springframework.boot") version "2.7.5" + id("org.springframework.boot") version "3.1.2" id("io.spring.dependency-management") version "1.1.3" kotlin("jvm") version "1.9.0" kotlin("plugin.spring") version "1.9.0"