From e76b6db344f0fea2be1441170b6b1a75bc4d94a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:23:21 +0200 Subject: [PATCH] build(deps): bump springBoot from 3.3.6 to 3.4.0 (#2316) Bumps `springBoot` from 3.3.6 to 3.4.0. Updates `org.springframework.boot:spring-boot-starter-jdbc` from 3.3.6 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.0) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.3.6 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.6 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.6 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.3.6 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.6...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jdbc dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 933aa825b9..2975496382 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ sqlite3 = "3.47.0.0" sqlserver = "9.4.1.jre8" springFramework = "6.2.0" -springBoot = "3.3.6" +springBoot = "3.4.0" spring-security-crypto = "6.2.1" joda-time = "2.13.0"