From 32b02d126b8f69052b8c59e8af9c715c2aa7e9ad Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:36:10 +0000 Subject: [PATCH] chore(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.1 [security] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e087692..9b542d7 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testImplementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.980' // Use wiremock for stubbing http calls - testCompile 'com.github.tomakehurst:wiremock-jre8:2.31.0' + testCompile 'com.github.tomakehurst:wiremock-jre8:2.35.1' } sourceCompatibility = 1.8