From 8dd76b45402c33d35d0f689ca1d5a34d70008ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:45:33 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.5.5 to 4.0.0 in /copilot-api Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.5 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.5...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- copilot-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot-api/build.gradle b/copilot-api/build.gradle index 8e02d76..fafbb80 100644 --- a/copilot-api/build.gradle +++ b/copilot-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.5.5' + id 'org.springframework.boot' version '4.0.0' id 'io.spring.dependency-management' version '1.1.7' }