From b11d3f7af3e80f6d7cb6b1d8d6d538b07aad70d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 03:34:43 +0000 Subject: [PATCH] Bump org.springframework.boot from 4.0.3 to 4.0.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle | 2 +- server/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/build.gradle b/client/build.gradle index a87ce14..6029fa4 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -3,7 +3,7 @@ plugins { id "java-library" id "maven-publish" - id "org.springframework.boot" version "4.0.3" + id "org.springframework.boot" version "4.0.4" id "io.spring.dependency-management" id "io.freefair.lombok" diff --git a/server/build.gradle b/server/build.gradle index 27f29a8..7d56c4f 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" - id "org.springframework.boot" version "4.0.3" + id "org.springframework.boot" version "4.0.4" id "io.spring.dependency-management" id "io.freefair.lombok"