From 967a328d8cb24d13ceb3a8b867a4c4f1750bb652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:19:02 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock-jre8 from 2.27.2 to 3.0.1 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.27.2 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.27.2...3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8 dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- rollbar-reactive-streams/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollbar-reactive-streams/build.gradle.kts b/rollbar-reactive-streams/build.gradle.kts index 3091dd97..5bcfa4a0 100644 --- a/rollbar-reactive-streams/build.gradle.kts +++ b/rollbar-reactive-streams/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { testImplementation(project(path = ":rollbar-java", configuration = "integTestRuntime")) testImplementation(project(path = ":rollbar-java", configuration = "integTestArtifacts")) - integTestImplementation("com.github.tomakehurst:wiremock-jre8:2.27.2") + integTestImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1") integTestImplementation("com.google.code.gson:gson:2.8.2") }