From ea13fe69f3c90b408501606d77961091a6a4b57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:52:11 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.7 to 3.3.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.7 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cdc7dda7..4f09e811 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'pmd' id 'jacoco' id 'io.spring.dependency-management' version '1.1.6' - id 'org.springframework.boot' version '3.2.7' + id 'org.springframework.boot' version '3.3.3' id 'org.owasp.dependencycheck' version '9.1.0' id 'com.github.ben-manes.versions' version '0.51.0' id 'org.sonarqube' version '4.4.1.3373'