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 dcc0d48c48 fix(deps): update dependency io.mockk:mockk to v1.14.7
dcc0d48c48 is described below
commit dcc0d48c48fd135a2ee4f8c18ff3b86bead8bc78
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Dec 29 01:27:36 2025 +0000
fix(deps): update dependency io.mockk:mockk to v1.14.7
---
gradle/verification-metadata.xml | 5 +++++
src/bom-testing/build.gradle.kts | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index e142e946cf..c943a2eef7 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -892,6 +892,11 @@
<sha256
value="7f622d6052d0496556009103a87d8cbf47148b52b1b0d56da4001d36c6569cb2"
origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
+ <component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom"
version="1.10.1">
+ <artifact name="kotlinx-coroutines-bom-1.10.1.pom">
+ <sha256
value="9cbd04ba63e7399856745713e312d2f2161a1d44eda506ded47c8d56daf8461f"
origin="Generated by Gradle"/>
+ </artifact>
+ </component>
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom"
version="1.8.0">
<artifact name="kotlinx-coroutines-bom-1.8.0.pom">
<sha256
value="1239e9dbe1397cd5971342956b2511bc3ace7b641842e4372a088dcfa8b9ad55"
origin="Generated by Gradle"/>
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 1f699bfb3b..9969999e36 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.14.6")
+ api("io.mockk:mockk:1.14.7")
api("net.bytebuddy:byte-buddy:1.17.8")
api("nl.jqno.equalsverifier:equalsverifier:4.3")
// activemq-all should not be used as it provides secondary slf4j
binding