From 58da7cb1b1cadc0026f4ea0dc81003ca1a300711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:30:42 +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.0-1.0.22 to 2.0.0-1.0.24. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.0-1.0.22...2.0.0-1.0.24) --- 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/lint-baseline.xml | 38 ++++++++++++++++++- gradle/libs.versions.toml | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/fluxo-kmp-conf/dependencies/compileClasspath.txt b/fluxo-kmp-conf/dependencies/compileClasspath.txt index 41818432..73cab677 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.3.5 com.github.gmazzo.buildconfig:plugin:5.3.5 com.google.code.findbugs:jsr305:3.0.2 -com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.0-1.0.22 +com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.0-1.0.24 com.google.errorprone:error_prone_annotations:2.26.1 com.google.guava:failureaccess:1.0.2 com.google.guava:guava:33.2.1-jre diff --git a/fluxo-kmp-conf/lint-baseline.xml b/fluxo-kmp-conf/lint-baseline.xml index d660b075..b313b157 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 5d69694e..5dced45b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ kotlin = "2.0.0" jetbrains-compose = "1.6.11" # https://github.com/google/ksp/releases -ksp = "2.0.0-1.0.22" +ksp = "2.0.0-1.0.24" # region Android specific