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 6e58d4b509 fix(deps): update dependency io.mockk:mockk to v1.13.17
6e58d4b509 is described below
commit 6e58d4b50981db140f344a56f852be82455a011a
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Mar 24 01:50:00 2025 +0000
fix(deps): update dependency io.mockk:mockk to v1.13.17
---
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 ec415bb4d2..21330035d8 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
// 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.2")
- api("io.mockk:mockk:1.13.7")
+ api("io.mockk:mockk:1.13.17")
api("net.bytebuddy:byte-buddy:1.14.11")
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
// activemq-all should not be used as it provides secondary slf4j
binding