Skip to content

Commit cb03363

Browse files
Update all dependencies (#3106)
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ----- | ------ | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.14 | 3.14.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.7.2 | 1.7.3 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.7.2 | 1.7.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2a771d commit cb03363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
animalSniffer = "1.7.1"
33
arrowGradleConfig = "0.12.0-rc.5"
44
assertj = "3.24.2"
5-
coroutines = "1.7.2"
5+
coroutines = "1.7.3"
66
classgraph = "4.8.161"
77
dokka = "1.8.20"
88
jUnit = "4.13.2"

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pluginManagement {
1111
}
1212

1313
plugins {
14-
id("com.gradle.enterprise") version "3.14"
14+
id("com.gradle.enterprise") version "3.14.1"
1515
id("org.gradle.toolchains.foojay-resolver-convention") version("0.6.0")
1616
}
1717

0 commit comments

Comments
 (0)