From c86c7ea816498f945a91c6f1d266353e963f8212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:14:53 +0000 Subject: [PATCH] Bump spring-boot from 2.7.18 to 3.4.1 Bumps `spring-boot` from 2.7.18 to 3.4.1. Updates `org.springframework.boot:spring-boot-starter` from 2.7.18 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.18 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.1) Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 2.7.18 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.1) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.18 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-data-jdbc` from 2.7.18 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.1) Updates `org.springframework.boot` from 2.7.18 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-data-jdbc dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot 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 b67693ce..c7d9dba6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -spring-boot = "2.7.18" +spring-boot = "3.4.1" detekt = "1.23.6" commons-lang3 = "3.17.0" slf4j = "1.7.36" # to be compatible with Spring Boot 2.7.X