From a339fa161946a5c6a568f1316a487277dbc0764b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:27:37 +0200 Subject: [PATCH] Update Core dependencies (non-major) (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Sysoev --- .../develocity/build.gradle.kts | 2 +- renovate.json5 | 4 ++-- versions-root/kotlin-versions-lookup.csv | 4 ++-- versions-root/libs.versions.toml | 16 ++++++++-------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gradle-conventions-settings/develocity/build.gradle.kts b/gradle-conventions-settings/develocity/build.gradle.kts index 7a85e171..84039c1f 100644 --- a/gradle-conventions-settings/develocity/build.gradle.kts +++ b/gradle-conventions-settings/develocity/build.gradle.kts @@ -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") } diff --git a/renovate.json5 b/renovate.json5 index a6efa371..86c09a0b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -69,8 +69,8 @@ // Reason: internal deps "description": "Ignore conventions plugins", "matchDepNames": [ - "/^conventions-.*/", - "/^compiler-specific-module-.*/", + "/^conventions.*/", + "/^compiler-specific-module.*/", ], "enabled": false, }, diff --git a/versions-root/kotlin-versions-lookup.csv b/versions-root/kotlin-versions-lookup.csv index 7b0603dc..d70a85d1 100644 --- a/versions-root/kotlin-versions-lookup.csv +++ b/versions-root/kotlin-versions-lookup.csv @@ -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 diff --git a/versions-root/libs.versions.toml b/versions-root/libs.versions.toml index bfbe3dae..792d3fa5 100644 --- a/versions-root/libs.versions.toml +++ b/versions-root/libs.versions.toml @@ -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" @@ -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