File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
spring-cloud-app-broker-core Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ awaitilityVersion = 4.0.2
88blockHoundVersion = 1.0.3.RELEASE
99cfJavaClientVersion = 4.7.0.RELEASE
1010checkstyleVersion = 8.33
11+ commonsTextVersion = 1.8
1112immutablesVersion = 2.8.8
1213junitJupiterVersion = 5.5.2
1314junitPlatformLauncherVersion = 1.6.2
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation " org.springframework:spring-core"
2626 implementation " org.springframework:spring-context"
2727 implementation " io.projectreactor:reactor-core"
28- implementation " org.apache.commons:commons-text:1.8 "
28+ implementation " org.apache.commons:commons-text:${ commonsTextVersion } "
2929
3030 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:${ junitJupiterVersion} "
3131 testRuntimeOnly " org.junit.platform:junit-platform-launcher:${ junitPlatformLauncherVersion} "
You can’t perform that action at this time.
0 commit comments