From 3a7578360cfe6aedbe71a0d0b18da2503a82628c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:35:05 +0000 Subject: [PATCH] Bump org.springframework.boot from 4.0.2 to 4.0.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.3 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 5af2911..2a96b94 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.2" + id "org.springframework.boot" version "4.0.3" id "io.spring.dependency-management" id "io.freefair.lombok" diff --git a/server/build.gradle b/server/build.gradle index 8f2b0f2..efdfc1c 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" - id "org.springframework.boot" version "4.0.2" + id "org.springframework.boot" version "4.0.3" id "io.spring.dependency-management" id "io.freefair.lombok"