From 3847b491449f4f532a6e4b3100bac713554dd937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 06:11:12 +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.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.3.0) --- 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 08f70779..feef52e1 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.3.1' id 'io.spring.dependency-management' version '1.1.5' id "org.jetbrains.kotlin.plugin.spring" id "org.jetbrains.kotlin.jvm"