From 8b2fc9e0f17064807fb5eea230a1da7271b5c02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 06:24:28 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot in /backend/api Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 36ae395c..394829bd 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -23,7 +23,7 @@ */ plugins { - id 'org.springframework.boot' version '2.7.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' id "org.jetbrains.kotlin.plugin.spring" id "org.jetbrains.kotlin.jvm"