Skip to content

Commit 8f788fd

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.3 (#3931)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2721eba commit 8f788fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ googleJavaFormat = { id = "com.github.sherter.google-java-format", version = "0.
3131
androidPlugin = { module = "com.android.tools.build:gradle", version = "4.2.2" }
3232
robovmPlugin = { module = "com.mobidevelop.robovm:robovm-gradle-plugin", version.ref = "robovm" }
3333
kotlinStdLib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
34-
kotlinCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.2" }
34+
kotlinCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.3" }
3535
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
3636
mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
3737
junit = { module = "junit:junit", version = "4.13.2" }

0 commit comments

Comments
 (0)