From b0444b1bbbabdd34efbdeb5789cfafca8dea5a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:36:58 +0000 Subject: [PATCH] Bump org.wiremock:wiremock from 3.10.0 to 3.11.0 Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.10.0...3.11.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4bd53f2f..58d2a25a 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { testImplementation(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar')) testImplementation('org.mockito:mockito-core:5.15.2') testImplementation('org.assertj:assertj-core:3.27.3') - testImplementation('org.wiremock:wiremock:3.10.0') + testImplementation('org.wiremock:wiremock:3.11.0') zip("sonarqube:sonarqube:${sonarqubeVersion}@zip") runtimeOnly('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2') compileOnly('com.google.code.findbugs:jsr305:3.0.2')