From d8afb44b8057f4989cb6a58b45ab93bd0bbf32e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:33:36 +0000 Subject: [PATCH] build(deps): bump com.google.devtools.ksp:symbol-processing-gradle-plugin Bumps [com.google.devtools.ksp:symbol-processing-gradle-plugin](https://github.com/google/ksp) from 2.0.20-1.0.25 to 2.0.21-1.0.26. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-1.0.25...2.0.21-1.0.26) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../dependencies/compileClasspath.txt | 2 +- fluxo-kmp-conf/detekt-baseline.xml | 2 - fluxo-kmp-conf/lint-baseline.xml | 38 ++++++++++++++++++- gradle/libs.versions.toml | 2 +- 4 files changed, 39 insertions(+), 5 deletions(-) diff --git a/fluxo-kmp-conf/dependencies/compileClasspath.txt b/fluxo-kmp-conf/dependencies/compileClasspath.txt index 6ba7245b..0edcb909 100644 --- a/fluxo-kmp-conf/dependencies/compileClasspath.txt +++ b/fluxo-kmp-conf/dependencies/compileClasspath.txt @@ -21,7 +21,7 @@ com.github.ben-manes:gradle-versions-plugin:0.51.0 com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.5.0 com.github.gmazzo.buildconfig:plugin:5.5.0 com.google.code.findbugs:jsr305:3.0.2 -com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.20-1.0.25 +com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.21-1.0.26 com.google.errorprone:error_prone_annotations:2.28.0 com.google.guava:failureaccess:1.0.2 com.google.guava:guava:33.3.1-jre diff --git a/fluxo-kmp-conf/detekt-baseline.xml b/fluxo-kmp-conf/detekt-baseline.xml index 5cf07313..59234c0b 100644 --- a/fluxo-kmp-conf/detekt-baseline.xml +++ b/fluxo-kmp-conf/detekt-baseline.xml @@ -177,7 +177,6 @@ Indentation:FluxoConfigurationExtensionAndroidImpl.kt$FluxoConfigurationExtensionAndroidImpl$ LongMethod:SetupPublication.kt$private fun FluxoKmpConfContext.setupPublicationRepositoryAndSigning( p: Project, config: FluxoPublicationConfig, publishing: PublishingExtension, mavenRepo: Boolean = true, ) LongMethod:TestReportsMergeTask.kt$TestReportsMergeTask$@TaskAction fun merge() - MagicNumber:SetupDetekt.kt$2.1 MaxLineLength:ShrinkerReflectiveCaller.kt$ShrinkerReflectiveCaller$logger.w("$shrinker could not be loaded in-memory as $callType (class=$className)!") MaximumLineLength:ShrinkerReflectiveCaller.kt$ShrinkerReflectiveCaller$ MutableTypeShouldBePrivate:LoadAndApplyPluginIfNotApplied.kt$val classNames: MutableSet<String> @@ -192,6 +191,5 @@ UnnecessaryPassThroughClass:KotlinMultiplatformActionContainer.kt$KotlinMultiplatformActionContainer : CustomTypeContainerContainerKotlinMultiplatformAware UnnecessaryPassThroughClass:KotlinProjectActionContainer.kt$KotlinProjectActionContainer : CustomTypeContainerContainerKotlinAware UnusedPrivateMember:SetupAndroid.kt$private fun Project.configureMonkeyLauncherTasks() - UnusedPrivateProperty:SetupDetekt.kt$private const val DETEKT_MAX_SUPPORTED_KOTLIN_VERSION = "2.1" diff --git a/fluxo-kmp-conf/lint-baseline.xml b/fluxo-kmp-conf/lint-baseline.xml index d660b075..7b1098ff 100644 --- a/fluxo-kmp-conf/lint-baseline.xml +++ b/fluxo-kmp-conf/lint-baseline.xml @@ -1,5 +1,5 @@ - + + + + + + + + + + + + + + + + + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ac257045..9c9d5491 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ kotlinCoreLibraries = "1.9.24" kotlin = "2.0.20" # https://github.com/google/ksp/releases -ksp = "2.0.20-1.0.25" +ksp = "2.0.21-1.0.26" # Compose Multiplatform from JetBrains # https://github.com/JetBrains/compose-multiplatform/releases