From 9177b23689484c8ee6b848e99a168fdce9b05ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:08:49 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock from 2.23.2 to 3.0.1 Bumps [com.github.tomakehurst:wiremock](https://github.com/wiremock/wiremock) from 2.23.2 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.23.2...3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock 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 f24c19b..4967c70 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation group: 'org.slf4j', name: 'slf4j-api', version:'2.0.7' testImplementation group: 'junit', name: 'junit', version:'4.13.2' - testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version:'2.23.2' + testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version:'3.0.1' testImplementation group: 'org.slf4j', name: 'slf4j-jdk14', version:'2.0.6' codacy 'com.github.codacy:codacy-coverage-reporter:-SNAPSHOT'