Skip to content

Commit b3c3d61

Browse files
Bump com.google.devtools.ksp:symbol-processing-api from 2.1.20-2.0.0 to 2.1.20-2.0.1 (#1119)
Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 2.1.20-2.0.0 to 2.1.20-2.0.1. <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.1.20-2.0.1</h2> <h2>What's Changed</h2> <ul> <li>[KSP2] Annotation values shouldn't be marked as default (synthetic origin) broken after PR <a href="https://redirect.github.com/google/ksp/issues/2424">#2424</a> in <a href="https://redirect.github.com/google/ksp/pull/2425">google/ksp#2425</a></li> <li>[KSP2] Wrong internal method name with custom moduleName compiler option in <a href="https://redirect.github.com/google/ksp/pull/2415">google/ksp#2415</a></li> <li>[KSP2] getJvmName for internal method did not sanitize java identifiers in <a href="https://redirect.github.com/google/ksp/pull/2413">google/ksp#2413</a></li> <li>[KSP2] Annotation and argument's origin is wrong in <a href="https://redirect.github.com/google/ksp/pull/2412">google/ksp#2412</a></li> <li>[KSP2] functionKind is MEMBER for static method in interface in Java in <a href="https://redirect.github.com/google/ksp/pull/2410">google/ksp#2410</a></li> <li>KSP2 Generated .class files are not added to the classpath in <a href="https://redirect.github.com/google/ksp/pull/2365">google/ksp#2365</a></li> <li>When I write specific code, KSP throws an Unexpected class for KtSymbol error. in <a href="https://redirect.github.com/google/ksp/pull/2303">google/ksp#2303</a></li> </ul> <p>##Contributors 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.1.20-2.0.0...2.1.20-2.0.1">https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.20-2.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/60466e89a8f550a4dccbc161186b45c15dfde52a"><code>60466e8</code></a> Don't disable KSP2 native tasks if cross compilation is enabled</li> <li><a href="https://github.com/google/ksp/commit/d906cdb9f5a534f5f1246b0431ef6d7c1e75dbfa"><code>d906cdb</code></a> Fix KSAnnotationResolvedImpl.origin</li> <li><a href="https://github.com/google/ksp/commit/74c7bebd2e85720affa7e63371979d4449c30b0f"><code>74c7beb</code></a> Support KaDestructuringDeclarationSymbol</li> <li><a href="https://github.com/google/ksp/commit/d305dbb24f8a5414d3a0aacbccd31cfbb48f929d"><code>d305dbb</code></a> Rewrite test: libOrigin</li> <li><a href="https://github.com/google/ksp/commit/2c9c0e38d6f9889d42b2b86021d850d1ef7c41b8"><code>2c9c0e3</code></a> Fix origin of KSAnnotation</li> <li><a href="https://github.com/google/ksp/commit/d4fabe387f54c53127dd236eb3b7b643c6feac52"><code>d4fabe3</code></a> fix typo exmample -&gt; example</li> <li><a href="https://github.com/google/ksp/commit/7cd486163042bdb95eebb4a9418def8d8f957588"><code>7cd4861</code></a> Mention both ksp1/2 test suite in CONTRIBUTING.md</li> <li><a href="https://github.com/google/ksp/commit/b0851d0625d3f8594866effa3addd0213ba742ab"><code>b0851d0</code></a> Update url to JetBrains kotlin-ide-plugin-dependencies Maven Repositories</li> <li><a href="https://github.com/google/ksp/commit/353df7c733cefbc8b405e3288b8772c0590638be"><code>353df7c</code></a> Update url to JetBrains bootstrap Maven Repositories</li> <li><a href="https://github.com/google/ksp/commit/3939ff8e21add6c3a96dcfcfbaf15bcf8cb07bca"><code>3939ff8</code></a> Use moduleName from compilerOptions if it exists</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.20-2.0.1">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.1.20-2.0.0&new-version=2.1.20-2.0.1)](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 0bae19b + be17077 commit b3c3d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<morphia.version>1.3.2</morphia.version>
145145
<jmh.version>1.37</jmh.version>
146146
<kotlin.version>2.1.20</kotlin.version>
147-
<ksp.version>2.1.20-2.0.0</ksp.version>
147+
<ksp.version>2.1.20-2.0.1</ksp.version>
148148
<kotlinpoet.version>2.1.0</kotlinpoet.version>
149149
<dokka.version>2.0.0</dokka.version>
150150
<scala.version>2.11.12</scala.version>

0 commit comments

Comments
 (0)