From 43aff453f9f79db4d124104f22d6c19ed2a97bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:13:27 +0000 Subject: [PATCH] gradle-system-common: bump org.springframework.boot Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/web-csr/dressca-backend/system-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-csr/dressca-backend/system-common/build.gradle b/samples/web-csr/dressca-backend/system-common/build.gradle index 66bd26b0b..79de334df 100644 --- a/samples/web-csr/dressca-backend/system-common/build.gradle +++ b/samples/web-csr/dressca-backend/system-common/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.1.2' + id 'org.springframework.boot' version '3.2.0' id 'io.spring.dependency-management' version '1.1.4' }