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 6c3a1fd14a fix(deps): update dependency
org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.3
6c3a1fd14a is described below
commit 6c3a1fd14aa829dde1eeeb32dc99e414b073e46f
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Jul 25 19:50:18 2023 +0000
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom
to v1.7.3
---
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 3a40e836dd..2457b3c036 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.7.1"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
constraints {
// api means "the dependency is for both compilation and runtime"