From 15a9934cbebff2d9d3f2152e44a145f88f382a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:24:13 +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.2.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.2.4) --- updated-dependencies: - dependency-name: org.springframework.boot 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 34e69ba0..9c738143 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.2.4' id 'io.spring.dependency-management' version '1.1.4' id "org.jetbrains.kotlin.plugin.spring" id "org.jetbrains.kotlin.jvm"