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 9fb32d0260 fix(deps): update dependency org.codehaus.groovy:groovy-bom
to v3.0.25
9fb32d0260 is described below
commit 9fb32d0260240bb538b0750a74719952f720111e
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jun 16 03:10:16 2025 +0000
fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.25
---
src/bom-thirdparty/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index c5a4866a4e..a871a18fb6 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -26,7 +26,7 @@ javaPlatform {
}
dependencies {
- api(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
+ api(platform("org.codehaus.groovy:groovy-bom:3.0.25"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
constraints {