From de1a5ea13230a850bac90e47fd960e9b76f84785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:23:10 +0000 Subject: [PATCH] Bump spring-boot-v3 from 3.4.13 to 4.0.3 Bumps `spring-boot-v3` from 3.4.13 to 4.0.3. Updates `org.springframework.boot:spring-boot-starter-jdbc` from 3.4.13 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.13...v4.0.3) Updates `org.springframework.boot:spring-boot-starter-jdbc-test` from 4.0.1 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.1...v4.0.3) Updates `org.springframework.boot:spring-boot-jackson2` from 4.0.1 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.1...v4.0.3) Updates `org.springframework.boot` from 3.4.13 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.13...v4.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jdbc dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-jdbc-test dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-jackson2 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-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f1906839..cec039a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] spring-boot-v3 = "3.4.13" -spring-boot-v4 = "4.0.1" +spring-boot-v4 = "4.0.3" slf4j = "2.0.17" # to be compatible with Spring Boot 3.4.X detekt = "1.23.8" commons-lang3 = "3.20.0"