diff --git a/osb-cmdb/build.gradle b/osb-cmdb/build.gradle index d80351c0..5a3ad025 100644 --- a/osb-cmdb/build.gradle +++ b/osb-cmdb/build.gradle @@ -50,7 +50,7 @@ dependencies { compile("org.springframework.boot:spring-boot-starter-security") compile("org.springframework.boot:spring-boot-starter-web") compile("org.springframework.boot:spring-boot-starter-actuator") - compile("org.apache.commons:commons-text:1.9") + compile("org.apache.commons:commons-text:1.14.0") // transiently until updated cf-java-client gets released // compile("com.github.cloudfoundry.cf-java-client:cloudfoundry-client-reactor:${cfJavaClientForkedVersion}") // compile("com.github.cloudfoundry.cf-java-client:cloudfoundry-operations:${cfJavaClientForkedVersion}")