You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/05/14 19:37:55 UTC

[jmeter] branch master updated: fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1

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 4a444d0370 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1
4a444d0370 is described below

commit 4a444d03701d7248d2567394271a976029ba27f5
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun May 14 18:38:28 2023 +0000

    fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1
---
 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 531f9d1753..5d3c38f247 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.0"))
+    api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.1"))
 
     constraints {
         // api means "the dependency is for both compilation and runtime"