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'