From 3036f059c07c7045b11049efdc6c4f9743617ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:11:59 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.3 to 3.3.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.3 to 3.3.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.3...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 90ae88a..6d26fe0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,7 +16,7 @@ pluginManagement { } plugins { //id 'io.spring.dependency-management' version '1.0.10.RELEASE' - id 'org.springframework.boot' version '2.7.3' + id 'org.springframework.boot' version '3.3.4' id 'com.github.johnrengelman.shadow' version '7.1.2' id 'de.jjohannes.java-ecosystem-capabilities' version '0.4' }