From f288f944410d843c04ec4e0f82d1121763244118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:04:25 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.5.11 to 4.0.6 in /codehive-backend Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.11 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.11...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- codehive-backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codehive-backend/build.gradle.kts b/codehive-backend/build.gradle.kts index 5dbdfe5..00bdf68 100644 --- a/codehive-backend/build.gradle.kts +++ b/codehive-backend/build.gradle.kts @@ -1,6 +1,6 @@ plugins { java - id("org.springframework.boot") version "3.5.11" + id("org.springframework.boot") version "4.0.6" id("io.spring.dependency-management") version "1.1.7" jacoco }