From 13ec1c79f515641ea6c3a58685383b41b7dd6690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 00:40:36 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.2 to 3.2.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-projects/spring-boot-resources/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-projects/spring-boot-resources/build.gradle b/test-projects/spring-boot-resources/build.gradle index 6ce725e8..ecb6fc13 100644 --- a/test-projects/spring-boot-resources/build.gradle +++ b/test-projects/spring-boot-resources/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.2.2' + id 'org.springframework.boot' version '3.2.3' id 'io.spring.dependency-management' version '1.1.4' id 'java' }