From 89887a3277d76197d355510c3151c5bdaf006bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:19:13 +0000 Subject: [PATCH] chore(deps): bump spring-boot.version from 2.5.5 to 3.5.0 in /backend Bumps `spring-boot.version` from 2.5.5 to 3.5.0. Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.5.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.5...v3.5.0) Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 2.5.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.5...v3.5.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 2.5.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pom.xml b/backend/pom.xml index 4b2338e3c..245d8ccb5 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -33,7 +33,7 @@ 7.3.1 - 2.5.5 + 3.5.0 5.4.32.Final