From a3cfb89bebef78aaf554593c19fd445f5b085562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:19:25 +0000 Subject: [PATCH 1/3] chore(deps): update all non-major dependencies (except core kotlin) --- buildSrc/build.gradle.kts | 2 +- gradle/libs.versions.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index f83c32a9..a86cd738 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0") implementation(libs.kotlin.gradle.plugin) implementation(libs.kotlin.plugin.serialization) - implementation("io.github.gradle-nexus:publish-plugin:1.1.0") + implementation("io.github.gradle-nexus:publish-plugin:1.2.0") implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1") implementation("com.squareup:kotlinpoet:1.12.0") implementation("com.google.code.gson:gson:2.10.1") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8f305cbf..64d5c245 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.8.10" okio = "3.3.0" -serialization = "1.4.1" +serialization = "1.5.0" diktat = "1.2.4.1" kotlinx-cli = "0.3.5" kotlinx-datetime = "0.4.0" @@ -12,8 +12,8 @@ multiplatform-diff = "0.4.0" kotlinpoet = "1.12.0" kotest = "5.5.5" sarif4k = "0.3.0" -sarif-utils = "0.2.0-SNAPSHOT" -log4j = "2.19.0" +sarif-utils = "0.2.0" +log4j = "2.20.0" [plugins] kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } From f1a2c4634517f9c7038778590b7c6e57f68ba327 Mon Sep 17 00:00:00 2001 From: Kirill Gevorkyan <26010098+kgevorkyan@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:12:15 +0300 Subject: [PATCH 2/3] Revome cache (TMP) ### What's done: * . --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 32f3a85f..026f9efb 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -55,7 +55,7 @@ jobs: --continue -x detekt -Pkotlin.tests.individualTaskReports=true - -Porg.gradle.caching=true +# -Porg.gradle.caching=true -Pdetekt.multiplatform.disabled=true -PdisableRedundantTargets=true -PenabledExecutables=debug From 2a5326c76657eed74eb3470542dbb0a74fe95582 Mon Sep 17 00:00:00 2001 From: Kirill Gevorkyan <26010098+kgevorkyan@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:32:35 +0300 Subject: [PATCH 3/3] Restore cache ### What's done: * . --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 026f9efb..32f3a85f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -55,7 +55,7 @@ jobs: --continue -x detekt -Pkotlin.tests.individualTaskReports=true -# -Porg.gradle.caching=true + -Porg.gradle.caching=true -Pdetekt.multiplatform.disabled=true -PdisableRedundantTargets=true -PenabledExecutables=debug