Skip to content

Commit 3851b55

Browse files
committed
Extract commons-text version
1 parent dd112c1 commit 3851b55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ awaitilityVersion = 4.0.2
88
blockHoundVersion = 1.0.3.RELEASE
99
cfJavaClientVersion = 4.7.0.RELEASE
1010
checkstyleVersion = 8.33
11+
commonsTextVersion = 1.8
1112
immutablesVersion = 2.8.8
1213
junitJupiterVersion = 5.5.2
1314
junitPlatformLauncherVersion = 1.6.2

spring-cloud-app-broker-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)