From 0899439a8cce5db615d14cb64bc5a844f479595e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:29:24 +0000 Subject: [PATCH] Bump org.springframework.boot in /other-examples/java Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- other-examples/java/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-examples/java/settings.gradle b/other-examples/java/settings.gradle index 27c4fd6e..e0ff33fe 100644 --- a/other-examples/java/settings.gradle +++ b/other-examples/java/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '6.25.0' - id 'org.springframework.boot' version '3.3.1' + id 'org.springframework.boot' version '3.3.2' id 'com.github.johnrengelman.shadow' version '8.1.1' } }