From ba86e906980a477f7d3ca000ce7aaff7945cf99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:03:39 +0100 Subject: [PATCH] build(deps): bump springBootVersion in /modules/gs-user (#743) Bumps `springBootVersion` from 3.2.1 to 3.2.2. Updates `org.springframework.boot:spring-boot-starter-data-rest` 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) Updates `org.springframework.boot:spring-boot-starter-data-jpa` 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-starter-data-rest dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- modules/gs-user/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gs-user/build.gradle b/modules/gs-user/build.gradle index ca8f7cda..2a119549 100644 --- a/modules/gs-user/build.gradle +++ b/modules/gs-user/build.gradle @@ -24,7 +24,7 @@ repositories { ext { set('springCloudVersion', "2022.0.3") - springBootVersion = '3.2.1' + springBootVersion = '3.2.2' } dependencies {