This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 047fa01684 fix(deps): update dependency 
com.github.tomakehurst:wiremock-jre8 to v2.35.1
047fa01684 is described below

commit 047fa0168499da6b0a089cc144e708e85a9b8266
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 11:33:22 2023 +0000

    fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.1
---
 src/bom-testing/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 25bf1357a5..c43f97611e 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
         // compilation classpath (e.g. it is used as a transitive by a 
third-party library)
         // then it should be declared as "api" here since we use 
useCompileClasspathVersions
         // to make runtime classpath consistent with the compile one.
-        api("com.github.tomakehurst:wiremock-jre8:2.35.0")
+        api("com.github.tomakehurst:wiremock-jre8:2.35.1")
         api("junit:junit:4.13.2")
         api("net.bytebuddy:byte-buddy:1.14.5")
         api("nl.jqno.equalsverifier:equalsverifier:3.14.3")

Reply via email to