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 ceda766385 chore: bump groovy to 5.0
ceda766385 is described below
commit ceda7663853caf733ad4dd28f172d7174129009e
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sun Oct 26 21:27:34 2025 +0300
chore: bump groovy to 5.0
---
src/bom-thirdparty/build.gradle.kts | 2 +-
src/core/build.gradle.kts | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 4f2da8b246..2b9875722a 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.25"))
+ api(platform("org.apache.groovy:groovy-bom:5.0.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
constraints {
diff --git a/src/core/build.gradle.kts b/src/core/build.gradle.kts
index 98160b953a..fb3a14338e 100644
--- a/src/core/build.gradle.kts
+++ b/src/core/build.gradle.kts
@@ -71,11 +71,11 @@ dependencies {
because("XPathUtil: throws SaxonApiException")
}
- runtimeOnly("org.codehaus.groovy:groovy") {
+ runtimeOnly("org.apache.groovy:groovy") {
because("Groovy is a default JSR232 engine")
}
arrayOf("dateutil", "datetime", "jmx", "json", "jsr223", "sql",
"templates").forEach {
- runtimeOnly("org.codehaus.groovy:groovy-$it") {
+ runtimeOnly("org.apache.groovy:groovy-$it") {
because("Groovy is a default JSR232 engine")
}
}