Skip to content

Commit

Permalink
Update all dependencies (#3106)
Browse files Browse the repository at this point in the history
| 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>
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent e2a771d commit cb03363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.5"
assertj = "3.24.2"
coroutines = "1.7.2"
coroutines = "1.7.3"
classgraph = "4.8.161"
dokka = "1.8.20"
jUnit = "4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.14"
id("com.gradle.enterprise") version "3.14.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.6.0")
}

Expand Down

0 comments on commit cb03363

Please sign in to comment.