diff --git a/application/build.gradle b/application/build.gradle index 2b3b096..4364294 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.7.9' + id 'org.springframework.boot' version '2.7.18' id 'com.google.cloud.tools.jib' version '3.3.1' id 'jacoco-report-aggregation' } diff --git a/build.gradle b/build.gradle index 9e8898f..4742e6c 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ subprojects { dependencyManagement { imports { - mavenBom("org.springframework.boot:spring-boot-dependencies:2.7.9") + mavenBom("org.springframework.boot:spring-boot-dependencies:2.7.18") mavenBom("org.springframework.cloud:spring-cloud-dependencies:2021.0.5") } dependencies {