Skip to content

Commit 2130903

Browse files
committed
Manual updates
1 parent 06f0dff commit 2130903

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
],
5454
"enabled": false,
5555
},
56+
{
57+
// Reason: kotlin-dsl updates are to be done manually
58+
"description": "Ignore Kotlin DSL (Gradle) updates",
59+
"matchDepNames": [
60+
"/org.gradle.kotlin:gradle-kotlin-dsl-plugins(:|\\.).*/",
61+
"/org.gradle.kotlin.kotlin-dsl(:|\\.).*/",
62+
],
63+
"enabled": false,
64+
},
5665
{
5766
// Reason: we support java 8, logback 1.4 or later switched to java 11
5867
"description": "Ignore logback in Core",

versions-root/kotlin-versions-lookup.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2-
2.1.20,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1
3-
2.1.10,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1
4-
2.1.0,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1
2+
2.1.20,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1
3+
2.1.10,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1
4+
2.1.0,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1
55
2.0.21,0.26.0,1.7.3,1.23.8,5.1.2,0.16.3,0.8.3
66
2.0.20,0.26.0,1.7.3,1.23.8,5.1.2,0.16.3,0.8.3
77
2.0.10,0.26.0,1.7.1,1.23.8,5.1.2,0.16.3,0.8.3

versions-root/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ shadow-jar = "9.0.0-beta12"
3131
atomicfu = "0.27.0"
3232
serialization = "1.8.1"
3333
detekt-gradle-plugin = "1.23.8"
34-
gradle-kotlin-dsl = "5.2.0"
34+
gradle-kotlin-dsl = "5.1.2"
3535
binary-compatibility-validator = "0.17.0"
3636
kover = "0.9.1"
3737

0 commit comments

Comments
 (0)