From 7e540e8a25b8f0d44932f63bce59deaaef3c54ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:15:31 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.0.1 to 3.0.3 in /iam Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- iam/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iam/build.gradle b/iam/build.gradle index 03967c3d..69dc295d 100644 --- a/iam/build.gradle +++ b/iam/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'application' - id 'org.springframework.boot' version '3.0.1' + id 'org.springframework.boot' version '3.0.3' id 'io.spring.dependency-management' version '1.1.0' }