From 9bc353d27a4b9a46b86ffe48fbbd3a91d67bbeb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:00:16 +0000 Subject: [PATCH] (2.0.x): Bump com.github.tomakehurst:wiremock-jre8-standalone Bumps [com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.35.0 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.35.0...3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8-standalone dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 678cc18..f1e2047 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { immutablesVersion = "2.9.3" openServiceBrokerVersion = "4.0.0" springFrameworkVersion = "6.0.0" - wiremockVersion = "2.35.0" + wiremockVersion = "3.0.1" } }