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 241f50d332 fix(deps): update dependency org.codehaus.groovy:groovy-bom
to v3.0.19
241f50d332 is described below
commit 241f50d3321ae4ad3e398178784baa88cb15f9d5
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 05:12:38 2023 +0000
fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.19
---
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 2457b3c036..1e01c95d6c 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.17"))
+ api(platform("org.codehaus.groovy:groovy-bom:3.0.19"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
constraints {