Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppieRK authored Jun 11, 2024
1 parent 859f3e7 commit 3437c38
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ configurations {
}
}

ext {
set('springCloudVersion', "2023.0.1")
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2023.0.2"
}
}

dependencies {
Expand Down Expand Up @@ -71,12 +73,6 @@ dependencies {
testImplementation 'org.testcontainers:junit-jupiter'
}

dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
}
}

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 3437c38

Please sign in to comment.