diff --git a/osb-cmdb/build.gradle b/osb-cmdb/build.gradle index d80351c0..fdedcc5b 100644 --- a/osb-cmdb/build.gradle +++ b/osb-cmdb/build.gradle @@ -35,7 +35,7 @@ description = "Osb Cmdb" configurations.archives.artifacts.clear() ext { - wiremockVersion = "2.27.2" + wiremockVersion = "3.0.1" } apply plugin: 'org.springframework.boot'