Skip to content

Commit a339fa1

Browse files
Update Core dependencies (non-major) (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Sysoev <[email protected]>
1 parent 24df223 commit a339fa1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

gradle-conventions-settings/develocity/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ repositories {
2222

2323
dependencies {
2424
implementation("com.gradle:develocity-gradle-plugin:3.17")
25-
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.1")
25+
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
2626
}

renovate.json5

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
// Reason: internal deps
7070
"description": "Ignore conventions plugins",
7171
"matchDepNames": [
72-
"/^conventions-.*/",
73-
"/^compiler-specific-module-.*/",
72+
"/^conventions.*/",
73+
"/^compiler-specific-module.*/",
7474
],
7575
"enabled": false,
7676
},

versions-root/kotlin-versions-lookup.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Kotlin,ksp,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2-
2.0.10,0.0.0,0.25.0,1.7.1,1.23.6,5.1.1,0.14.0,0.8.0
3-
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+
2.0.10,0.0.0,0.25.0,1.7.1,1.23.7,5.1.1,0.16.3,0.8.3
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
44
1.9.25,1.0.20,0.22.0,1.6.1,1.23.6,4.1.0,0.14.0,0.8.0
55
1.9.24,1.0.20,0.22.0,1.6.1,1.23.6,4.1.0,0.14.0,0.8.0
66
1.9.23,1.0.19,0.22.0,1.6.1,1.23.6,4.1.0,0.14.0,0.8.0

versions-root/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ kotlin-lang = "2.0.10"
77

88
# kotlin independent versions
99
detekt-analyzer = "1.23.6"
10-
coroutines = "1.9.0-RC.2"
10+
coroutines = "1.9.0"
1111
ktor = "3.0.0-rc-1"
1212
kotlin-logging = "7.0.0"
13-
slf4j = "2.0.13"
13+
slf4j = "2.0.16"
1414
logback = "1.3.14"
15-
gradle-plugin-publish = "1.2.1"
16-
kotlin-wrappers = "1.0.0-pre.781"
15+
gradle-plugin-publish = "1.3.0"
16+
kotlin-wrappers = "1.0.0-pre.812"
1717
junit4 = "4.13.2"
18-
junit5 = "5.10.3"
18+
junit5 = "5.11.0"
1919
intellij = "213.7172.53"
2020
gradle-doctor = "0.10.0"
2121
kotlinx-browser = "0.1"
@@ -29,10 +29,10 @@ kotlinx-browser = "0.1"
2929
ksp = "0.0.0"
3030
atomicfu = "0.25.0"
3131
serialization = "1.7.1"
32-
detekt-gradle-plugin = "1.23.6"
32+
detekt-gradle-plugin = "1.23.7"
3333
gradle-kotlin-dsl = "5.1.1"
34-
binary-compatibility-validator = "0.14.0"
35-
kover = "0.8.0"
34+
binary-compatibility-validator = "0.16.3"
35+
kover = "0.8.3"
3636

3737
[libraries]
3838
# kotlinx.rpc – references to the included builds

0 commit comments

Comments
 (0)