From 90be463b186d628c5587992d2cda06a316c0d9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:03:39 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.11 to 3.5.7 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.11 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.11...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93d2cecd6..59538ddb4 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ plugins { id 'jacoco' id 'org.owasp.dependencycheck' version '9.1.0' id 'org.sonarqube' version '5.0.0.4638' - id 'org.springframework.boot' version '3.3.11' + id 'org.springframework.boot' version '3.5.7' id 'com.github.ben-manes.versions' version '0.51.0' id 'hmcts.ccd.sdk' version '5.5.19' id 'com.github.hmcts.rse-cft-lib' version '0.19.1844'