From af0067395137c4ce3fb7171b3f39e3c7e4dfef8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:04:48 -0300 Subject: [PATCH] [TECH]: Bump org.springframework.boot from 3.1.3 to 3.1.4 (#78) Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot 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> --- service-discovery-app/build.gradle | 2 +- service-discovery-ft/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service-discovery-app/build.gradle b/service-discovery-app/build.gradle index 68e781e..2f47368 100644 --- a/service-discovery-app/build.gradle +++ b/service-discovery-app/build.gradle @@ -1,7 +1,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform plugins { - id 'org.springframework.boot' version '3.1.3' + id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.0' id "com.gorylenko.gradle-git-properties" version '2.4.1' id 'pl.allegro.tech.build.axion-release' version '1.15.5' diff --git a/service-discovery-ft/build.gradle b/service-discovery-ft/build.gradle index 996d707..ca1705d 100644 --- a/service-discovery-ft/build.gradle +++ b/service-discovery-ft/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.3' + id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.0' id "io.freefair.lombok" id 'java'