Removing CredHub dependency from buildscript

Since we deleted the credhub-security module as part of 135e3496d1, we don't need this dependency in the buildscript anymore
This commit is contained in:
Alberto C. Ríos
2023-09-05 15:55:15 +02:00
parent b55733999e
commit c1d112dc5c

View File

@@ -23,7 +23,6 @@ buildscript {
commonsTextVersion = "1.10.0"
immutablesVersion = "2.9.3"
openServiceBrokerVersion = "4.0.0"
springCredhubVersion = "3.0.0"
springFrameworkVersion = "6.0.0"
wiremockVersion = "2.35.0"
}