Skip to content

Commit b7e89b1

Browse files
Gradle: Bump kotlinx-coroutines-core
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.1-native-mt to 1.6.3-native-mt. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb43d5d commit b7e89b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ subprojects {
170170

171171
implementation("org.jetbrains.kotlin:kotlin-reflect")
172172
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
173-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1-native-mt")
173+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt")
174174

175175
implementation(
176176
platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))

0 commit comments

Comments
 (0)