From 87c099cfe5e8a99b9901d37c34a9cdcbddd9cd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:05:41 +0000 Subject: [PATCH] Bump spring-boot from 4.0.2 to 4.0.3 in /taskbook-backend Bumps `spring-boot` from 4.0.2 to 4.0.3. Updates `org.springframework.boot:spring-boot-dependencies` 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) Updates `org.springframework.boot:spring-boot-configuration-processor` 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) Updates `org.springframework.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:spring-boot-dependencies dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch - 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] --- taskbook-backend/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskbook-backend/gradle/libs.versions.toml b/taskbook-backend/gradle/libs.versions.toml index 2f5b4ac..b46b9ab 100644 --- a/taskbook-backend/gradle/libs.versions.toml +++ b/taskbook-backend/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] spotless = "8.2.1" -spring-boot = "4.0.2" +spring-boot = "4.0.3" java-jwt = "4.5.1" problem4j-spring = "2.2.1" h2 = "2.4.240"