From 6197395e3af4083265833f80a47592c06628945a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 01:58:16 +0000 Subject: [PATCH] build(deps): bump com.github.tomakehurst:wiremock-jre8 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 3.0.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.35.0...3.0.0) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8 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 8891cfd..781e979 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { integrationTestImplementation sourceSets.test.output integrationTestImplementation "org.awaitility:awaitility:4.2.0" - integrationTestImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + integrationTestImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.0' } configurations {