From 8e53cc95810441dde92047f32fc8fbfbce5f6f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:37:22 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot in /library-api Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- library-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library-api/build.gradle b/library-api/build.gradle index 3588992..3dfbbb5 100644 --- a/library-api/build.gradle +++ b/library-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' id "org.sonarqube" version "7.2.3.7755"