From f6b56abd5e29fe50ee725d252380410f184edd46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:46:19 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-autoconfigure Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-gateway/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-gateway/build.gradle b/api-gateway/build.gradle index 31addfab9f..809a418863 100644 --- a/api-gateway/build.gradle +++ b/api-gateway/build.gradle @@ -25,6 +25,6 @@ dependencies { constraints { // To address Snyk alert on DoS vulnerability - implementation 'org.springframework.boot:spring-boot-autoconfigure:3.2.1' + implementation 'org.springframework.boot:spring-boot-autoconfigure:3.2.2' } }