From fc929d21251f1f4ef66364014889fe2966ad2175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:03:09 +0000 Subject: [PATCH] chore(deps)(deps): bump org.springframework.boot in /Backend Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.3 to 3.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/build.gradle.kts b/Backend/build.gradle.kts index 4a6ccb5..39cdf13 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "2.1.10" apply true kotlin("plugin.spring") version "2.2.0" apply true kotlin("plugin.jpa") version "2.1.10" apply true - id("org.springframework.boot") version "3.4.3" + id("org.springframework.boot") version "3.5.3" id("io.spring.dependency-management") version "1.1.7" id("com.netflix.dgs.codegen") version "8.1.1" id("org.graalvm.buildtools.native") version "0.10.4"