From cbbce6686b79c1206175511f558b93f8e7a6bc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:30:28 +0000 Subject: [PATCH] fix: Bump org.springframework.boot Bumps the springframework-dependencies group with 1 update: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.6 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: springframework-dependencies ... Signed-off-by: dependabot[bot] --- service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle.kts b/service/build.gradle.kts index 76c141d..41b3298 100644 --- a/service/build.gradle.kts +++ b/service/build.gradle.kts @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar plugins { kotlin("jvm") kotlin("plugin.spring") - id("org.springframework.boot") version "3.3.6" + id("org.springframework.boot") version "3.4.0" `maven-publish` id("java-library") id("signing")