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 b76c5f7302 fix(deps): update dependency org.codehaus.groovy:groovy-bom
to v3.0.17 (#5830)
b76c5f7302 is described below
commit b76c5f73025b21ec9a17605910a9b4a3e2c4321f
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Apr 27 22:10:37 2023 +0200
fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.17
(#5830)
---
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 a86dc92663..735621095a 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.11"))
+ api(platform("org.codehaus.groovy:groovy-bom:3.0.17"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"))
constraints {