From c1ae69961bdb495ccfd2b6657ac983f5a4dac980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:45:44 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot in /modules/gs-gateway Bumps org.springframework.boot from 3.1.4 to 3.1.5. --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/gs-gateway/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gs-gateway/build.gradle b/modules/gs-gateway/build.gradle index df6f0fa8..a96097b6 100644 --- a/modules/gs-gateway/build.gradle +++ b/modules/gs-gateway/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.1.5' id 'io.spring.dependency-management' version '1.1.3' id 'java' id 'jacoco'