Skip to content

Commit

Permalink
Update Core dependencies (non-major) (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Sysoev <[email protected]>
  • Loading branch information
renovate[bot] and Mr3zee authored Sep 24, 2024
1 parent 24df223 commit a339fa1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle-conventions-settings/develocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ repositories {

dependencies {
implementation("com.gradle:develocity-gradle-plugin:3.17")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.1")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
}
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
// Reason: internal deps
"description": "Ignore conventions plugins",
"matchDepNames": [
"/^conventions-.*/",
"/^compiler-specific-module-.*/",
"/^conventions.*/",
"/^compiler-specific-module.*/",
],
"enabled": false,
},
Expand Down
4 changes: 2 additions & 2 deletions versions-root/kotlin-versions-lookup.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Kotlin,ksp,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2.0.10,0.0.0,0.25.0,1.7.1,1.23.6,5.1.1,0.14.0,0.8.0
2.0.0,0.0.0,0.25.0,1.7.1,1.23.6,5.1.1,0.14.0,0.8.0
2.0.10,0.0.0,0.25.0,1.7.1,1.23.7,5.1.1,0.16.3,0.8.3
2.0.0,0.0.0,0.25.0,1.7.1,1.23.7,5.1.1,0.16.3,0.8.3
1.9.25,1.0.20,0.22.0,1.6.1,1.23.6,4.1.0,0.14.0,0.8.0
1.9.24,1.0.20,0.22.0,1.6.1,1.23.6,4.1.0,0.14.0,0.8.0
1.9.23,1.0.19,0.22.0,1.6.1,1.23.6,4.1.0,0.14.0,0.8.0
Expand Down
16 changes: 8 additions & 8 deletions versions-root/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ kotlin-lang = "2.0.10"

# kotlin independent versions
detekt-analyzer = "1.23.6"
coroutines = "1.9.0-RC.2"
coroutines = "1.9.0"
ktor = "3.0.0-rc-1"
kotlin-logging = "7.0.0"
slf4j = "2.0.13"
slf4j = "2.0.16"
logback = "1.3.14"
gradle-plugin-publish = "1.2.1"
kotlin-wrappers = "1.0.0-pre.781"
gradle-plugin-publish = "1.3.0"
kotlin-wrappers = "1.0.0-pre.812"
junit4 = "4.13.2"
junit5 = "5.10.3"
junit5 = "5.11.0"
intellij = "213.7172.53"
gradle-doctor = "0.10.0"
kotlinx-browser = "0.1"
Expand All @@ -29,10 +29,10 @@ kotlinx-browser = "0.1"
ksp = "0.0.0"
atomicfu = "0.25.0"
serialization = "1.7.1"
detekt-gradle-plugin = "1.23.6"
detekt-gradle-plugin = "1.23.7"
gradle-kotlin-dsl = "5.1.1"
binary-compatibility-validator = "0.14.0"
kover = "0.8.0"
binary-compatibility-validator = "0.16.3"
kover = "0.8.3"

[libraries]
# kotlinx.rpc – references to the included builds
Expand Down

0 comments on commit a339fa1

Please sign in to comment.