From c5b3a7773520b7aba41912d46774e0200607ca7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 04:06:48 +0000 Subject: [PATCH] Bump spring-boot from 4.0.0 to 4.0.1 Bumps `spring-boot` from 4.0.0 to 4.0.1. Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-webmvc` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-webmvc-test` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.1) Updates `org.springframework.boot` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-webmvc dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-webmvc-test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0227d0f..06fc4a4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jacoco = "0.8.14" javafxplugin = "0.1.0" junit-jupiter = "6.0.1" pmd = "7.16.0" -spring-boot = "4.0.0" +spring-boot = "4.0.1" [libraries] assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj-core" }