From 3159a89a2bc578c7c6e4a88eef21ce6fa51e90d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:33:42 +0000 Subject: [PATCH] Bump springBoot from 3.5.6 to 4.1.0 Bumps `springBoot` from 3.5.6 to 4.1.0. Updates `org.springframework.boot:spring-boot` from 3.5.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.1.0) Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 3.5.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.1.0) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.5.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.1.0) Updates `org.springframework.boot:spring-boot-test` from 3.5.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.1.0) Updates `org.springframework.boot` from 3.5.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot dependency-version: 4.1.0 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 669f8be..6b6b752 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ pkl = "0.31.1" # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/dependencies spring = "7.0.7" # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/versions -springBoot = "3.5.6" +springBoot = "4.1.0" # https://central.sonatype.com/artifact/com.github.spotbugs/spotbugs-annotations/versions spotbugsAnnotations = "4.9.8" # https://github.com/diffplug/spotless/releases