Skip to content

Commit faba07c

Browse files
Build(deps): Bump com.google.devtools.ksp:symbol-processing-api from 2.3.1 to 2.3.2 (#1462)
Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 2.3.1 to 2.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp:symbol-processing-api's releases</a>.</em></p> <blockquote> <h2>2.3.2</h2> <h2>What's Changed</h2> <p><strong>Note:</strong> This release is a hotfix for a regression introduced in 2.3.1</p> <ul> <li>Fixed an issue where KSP incorrectly processed specific nullable annotations from Java interfaces, leading to incorrect nullability in the generated Kotlin code <a href="https://redirect.github.com/google/ksp/issues/2696">#2696</a></li> <li>Fixed a regression introduced in <a href="https://redirect.github.com/google/ksp/issues/2656">#2656</a> that caused runtime failures for projects using AGP 8.8.0 and older due to an incompatible, version-specific type check. <a href="https://redirect.github.com/google/ksp/issues/2694">#2694</a></li> </ul> <h2>Contributors</h2> <p>Thanks to everyone who reported bugs and participated in discussions!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.3.1...2.3.2">https://github.com/google/ksp/compare/2.3.1...2.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/2c885aff55ff34957e22c76c674a3aaf5d12b6fc"><code>2c885af</code></a> Fix regression related to no class found in AGP 8.7 and below</li> <li><a href="https://github.com/google/ksp/commit/e90daa59a285a1a2cab4afa2f313e1d47f8a3aad"><code>e90daa5</code></a> Add tests using older agp versions</li> <li><a href="https://github.com/google/ksp/commit/625d425eb0e4b517aa6b3a91c80a7c3e8dd506d0"><code>625d425</code></a> Test cases for nullability annotations</li> <li><a href="https://github.com/google/ksp/commit/16e4cd2c14bfa5533e06c0a79687ef5f8662094a"><code>16e4cd2</code></a> Do not bundle javax.*</li> <li><a href="https://github.com/google/ksp/commit/9b225e45e70a4e58a0147123a4686c6b81f94ebe"><code>9b225e4</code></a> Do not relocate nullability annotations</li> <li><a href="https://github.com/google/ksp/commit/97f7ebf09095cc2e12b82583a3112981b92c30dd"><code>97f7ebf</code></a> Updates to KspAATask inputs</li> <li><a href="https://github.com/google/ksp/commit/dfccad69bcffdf043d8d3ee901a05a1907df7639"><code>dfccad6</code></a> Update auto-merge to 2.3.2 branch</li> <li><a href="https://github.com/google/ksp/commit/b235f49f7bcbd3ed5d50d4f36f5040ab9a72246e"><code>b235f49</code></a> Extend tests with more assertions</li> <li><a href="https://github.com/google/ksp/commit/2f8019f8af82f854fa9d98b00dafc4a6fc174913"><code>2f8019f</code></a> Bump Lint plugin and clean up usage of android.lint.useK2Uast</li> <li><a href="https://github.com/google/ksp/commit/b0cfdfc7fb2343b00730fc385606c0861d58b4d2"><code>b0cfdfc</code></a> Apply Gradle's strict plugin types validation</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.3.1...2.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.devtools.ksp:symbol-processing-api&package-manager=maven&previous-version=2.3.1&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 7926140 + 136ba5e commit faba07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<morphia.version>2.5.1</morphia.version>
136136
<jmh.version>1.37</jmh.version>
137137
<kotlin.version>2.2.21</kotlin.version>
138-
<ksp.version>2.3.1</ksp.version>
138+
<ksp.version>2.3.2</ksp.version>
139139
<kotlinpoet.version>2.2.0</kotlinpoet.version>
140140
<dokka.version>2.1.0</dokka.version>
141141
<scala.version>2.13.16</scala.version>

0 commit comments

Comments
 (0)