From 0d36b189c902db9dd1db1dbb5636bc911d32a2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:56:54 +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.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch 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 bb1e3c0..3ae8052 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.4" + id("org.springframework.boot") version "3.3.5" `maven-publish` id("java-library") id("signing")