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 b867533713 fix(deps): update dependency
org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.4 (#5834)
b867533713 is described below
commit b867533713bbacbb782fbc96a09d33381321b3a4
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Apr 28 09:43:00 2023 +0200
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom
to v1.6.4 (#5834)
---
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 4982ae40eb..eb6b0a3683 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -27,7 +27,7 @@ javaPlatform {
dependencies {
api(platform("org.codehaus.groovy:groovy-bom:3.0.17"))
- api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
constraints {
// api means "the dependency is for both compilation and runtime"