From 2c19cdeef6494f6f5ee172d59db3f440cdc03526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:21:22 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.4 to 3.3.5 (#115) Bumps [org.springframework.boot](https://github.com/spring-projects/spring-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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 03ba439..bcf14a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ val kotlinTestVersion = "5.9.1" val wireMockVersion = "3.0.1" plugins { - id("org.springframework.boot") version "3.3.4" + id("org.springframework.boot") version "3.3.5" id("io.spring.dependency-management") version "1.1.6" val kotlinVersion = "2.0.21" kotlin("jvm") version kotlinVersion