From e0f7f7139f33430e83d1e4bde976392115a33ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:23:20 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 2.35.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.35.0...2.35.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4ebc9e79..9069b9eef 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { testImplementation(platform('org.junit:junit-bom:5.7.2')) testImplementation('org.junit.jupiter:junit-jupiter') spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' - testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.0" + testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.1" testImplementation 'org.awaitility:awaitility:4.2.0' integrationImplementation 'com.swiftmq:swiftmq-client:12.3.0'