From 85fbeda2b1e3d47deadcf5c7472cc5be48531b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:08:00 +0000 Subject: [PATCH] build(deps): bump springBootVersion in /modules/gs-gateway Bumps `springBootVersion` from 3.3.1 to 3.3.2. Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) Updates `org.springframework.boot:spring-boot-starter-integration` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-tomcat dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-integration 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 a0f1257f..9520f2e1 100644 --- a/modules/gs-gateway/build.gradle +++ b/modules/gs-gateway/build.gradle @@ -23,7 +23,7 @@ repositories { ext { set('springCloudVersion', "2023.0.0") - springBootVersion = '3.3.1' + springBootVersion = '3.3.2' } dependencies {