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'