Skip to content

Commit

Permalink
Code cleanup (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: kvmw <[email protected]>
  • Loading branch information
kvmw authored Jul 26, 2024
1 parent afa622c commit e3bf5a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: "io.spring.nohttp"
ext {
set('springBootVersion', "3.3.2")
set('springCloudVersion', "2023.0.3")
set('javaCfenvVersion', "3.1.5")
set('javaCfEnvVersion', "3.1.5")
set('nohttpVersion', "0.0.11")
set('wireMockVersion', "3.5.2")
}
Expand Down Expand Up @@ -225,8 +225,8 @@ codeCoverageReport.dependsOn {
configure(subprojects) {
dependencyManagement {
dependencies {
dependency "io.pivotal.cfenv:java-cfenv-boot-pivotal-scs:${javaCfenvVersion}"
dependency "io.pivotal.cfenv:java-cfenv:${javaCfenvVersion}"
dependency "io.pivotal.cfenv:java-cfenv-boot-pivotal-scs:${javaCfEnvVersion}"
dependency "io.pivotal.cfenv:java-cfenv:${javaCfEnvVersion}"
}
}
}
Expand Down

0 comments on commit e3bf5a6

Please sign in to comment.