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 d80673665e fix(deps): update dependency io.mockk:mockk to v1.14.6
d80673665e is described below

commit d80673665e5437348f4add108c83ef2c3e8e67a6
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Oct 29 10:19:45 2025 +0000

    fix(deps): update dependency io.mockk:mockk to v1.14.6
---
 gradle/verification-metadata.xml | 1 +
 src/bom-testing/build.gradle.kts | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 06a1536bad..11a9a138e9 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -200,6 +200,7 @@
          <trusted-key id="ADBC987D1A7B91DB6B0AAA81995EFBF4A3D20BEB" 
group="^com[.]pinterest($|([.].*))" regex="true"/>
          <trusted-key id="AE9E53FC28FF2AB1012273D0BF1518E0160788A2" 
group="org.apache"/>
          <trusted-key id="AEB1E1AEC035C66FA39589D13EFC46EE83C40224" 
group="com.networknt" name="json-schema-validator" version="1.5.7"/>
+         <trusted-key id="AF7512AF66FE4004D84DEC8A04C8C902FEFB1A01" 
group="io.mockk"/>
          <trusted-key id="AFCC4C7594D09E2182C60E0F7A01B0F236E5430F" 
group="com.google.code.gson"/>
          <trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" 
group="org.codehaus.plexus"/>
          <trusted-key id="B0255B26003EF6F82491ACD7254E9C64C264C176" 
group="com.github.weisj"/>
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 1b2ccdb39e..3fe50af434 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
         // then it should be declared as "api" here since we use 
useCompileClasspathVersions
         // to make runtime classpath consistent with the compile one.
         api("org.wiremock:wiremock:3.13.1")
-        api("io.mockk:mockk:1.13.17")
+        api("io.mockk:mockk:1.14.6")
         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

Reply via email to