Skip to content

Commit

Permalink
build(deps): bump com.google.devtools.ksp:symbol-processing-gradle-pl…
Browse files Browse the repository at this point in the history
…ugin

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](google/ksp@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Baseline Action committed Aug 1, 2024
1 parent c9efba1 commit 58da7cb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluxo-kmp-conf/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 37 additions & 1 deletion fluxo-kmp-conf/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0-alpha05" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha05)" variant="all" version="8.6.0-alpha05">
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha08)" variant="all" version="8.6.0-alpha08">

<issue
id="StopShip"
Expand All @@ -10,4 +10,40 @@
column="33"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

</issues>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58da7cb

Please sign in to comment.