From 34498fb2803f31eb595405b57461ffbf89f9132d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:14:39 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.2 to 3.3.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.2 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.2...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 be55fc7..57d4dcb 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { id 'java' id 'com.diffplug.spotless' version '6.24.0' - id 'org.springframework.boot' version '3.2.2' + id 'org.springframework.boot' version '3.3.3' id 'jacoco' id 'com.google.cloud.tools.jib' version '3.4.0' id 'idea'