Upgrade to Spring Credhub 2.1.1.BUILD-SNAPSHOT

This commit is contained in:
Roy Clarkson
2020-05-18 16:45:24 -04:00
parent 936c997c16
commit c08de3815f

View File

@@ -31,7 +31,7 @@ ext {
springFrameworkVersion = project.findProperty("springFrameworkVersion") ?: "5.2.6.RELEASE"
reactorVersion = project.findProperty("reactorVersion") ?: "Dysprosium-SR7"
openServiceBrokerVersion = "3.1.1.RELEASE"
springCredhubVersion = "2.1.0.RELEASE"
springCredhubVersion = "2.1.1.BUILD-SNAPSHOT"
cfJavaClientVersion = "4.6.0.RELEASE"
blockHoundVersion = "1.0.3.RELEASE"
junitPlatformLauncherVersion = "1.6.1"