From cfe0b8161f25727842b7d724b7a269657ed318e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:29:10 +0000 Subject: [PATCH] fix: bump org.springframework.boot Bumps the springframework-dependencies group with 1 update in the / directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.6 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.1) --- 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 d763e9c..9605e11 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.1" `maven-publish` id("java-library") id("signing")