From 362694104950bb138a66d1fc90795aacd5deb21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:34:30 +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.3.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.3.5) --- 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 0821c3f..2cbc850 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.3.5" id("io.spring.dependency-management") version "1.1.6" kotlin("jvm") version "2.0.21" kotlin("plugin.spring") version "2.0.21"