From 8bd548b0559de590d5271ce2713e22f90dc2f3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:05:54 +0000 Subject: [PATCH] [TECH]: Bump org.springframework.boot from 3.1.0 to 3.1.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 41501eb..9adbbe8 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.0' + id 'org.springframework.boot' version '3.1.3' 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.3' diff --git a/service-discovery-ft/build.gradle b/service-discovery-ft/build.gradle index 6b23857..80a2c7c 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.0' + id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.0' id "io.freefair.lombok" id 'java'