Skip to content

Commit

Permalink
fix(deps): update spring boot to v2.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 17a81a1 commit 8cadfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8cadfa7

Please sign in to comment.