Skip to content

Commit da9e69d

Browse files
Bump com.google.devtools.ksp:symbol-processing-api from 2.1.21-2.0.1 to 2.1.21-2.0.2 (#1222)
Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 2.1.21-2.0.1 to 2.1.21-2.0.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.1.21-2.0.2</h2> <h2>What's Changed</h2> <p>KSP1: use new mangling scheme for inline classes <a href="https://redirect.github.com/google/ksp/issues/2446">#2446</a> KSP task (non-)registration happens too soon <a href="https://redirect.github.com/google/ksp/issues/1789">#1789</a> [ksp2] Resolver.getJvmName wrong for properties starts with is <a href="https://redirect.github.com/google/ksp/issues/2275">#2275</a> Inlined JVM name is not correct <a href="https://redirect.github.com/google/ksp/issues/1493">#1493</a> [KSP2] Annotation values of inner annotations shouldn't be marked as default <a href="https://redirect.github.com/google/ksp/issues/2437">#2437</a> Properly support <a href="https://github.com/all"><code>@​all</code></a> annotation use site target <a href="https://redirect.github.com/google/ksp/issues/2438">#2438</a></p> <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.1.21-2.0.1...2.1.21-2.0.2">https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/e9efa37e8c8daa515272ed290140ba26a5873753"><code>e9efa37</code></a> Handle a weird case from Analysis API</li> <li><a href="https://github.com/google/ksp/commit/0f5ff31fe722273e2273f8946ac912cdef3952ad"><code>0f5ff31</code></a> Add clarification to possible value types of KSValueArgument.value</li> <li><a href="https://github.com/google/ksp/commit/2ac9a4ccd475fe4daacb921dd30d4adf1ddc7e7e"><code>2ac9a4c</code></a> UPDATE_KOTLIN_VERSION: 2.1.21</li> <li><a href="https://github.com/google/ksp/commit/68d41f7c713f6fed75f105f7133d95d6d5ba773d"><code>68d41f7</code></a> Ignore .kotlin/</li> <li><a href="https://github.com/google/ksp/commit/529403acb8c441d739225224d171b27ba81e0614"><code>529403a</code></a> Support friend modules</li> <li><a href="https://github.com/google/ksp/commit/9fc3e74724d32ad2947e6d7f505a1bdc4f960dd2"><code>9fc3e74</code></a> Cleanup: remove CompilerConfiguration</li> <li><a href="https://github.com/google/ksp/commit/9323eccdde334a9e52850d9231549e16fa0b241a"><code>9323ecc</code></a> Small grammatical fix, otherwised -&gt; otherwise</li> <li><a href="https://github.com/google/ksp/commit/c48c1e891d99fb2cbc976f69e01abc2c1189e14a"><code>c48c1e8</code></a> Upgrade to the latest lint-gradle checks</li> <li><a href="https://github.com/google/ksp/commit/084b3e839634844ae37c2b1841cc04c38cc5b005"><code>084b3e8</code></a> Better naming of variables</li> <li><a href="https://github.com/google/ksp/commit/12bbdfdd0a6ede02a4233714074115ddb2b4e655"><code>12bbdfd</code></a> Fix origin of arguments of synthetic annotations</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.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.1.21-2.0.1&new-version=2.1.21-2.0.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 c739eeb + 1a5b9c3 commit da9e69d

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
@@ -146,7 +146,7 @@
146146
<morphia.version>2.5.0</morphia.version>
147147
<jmh.version>1.37</jmh.version>
148148
<kotlin.version>2.1.21</kotlin.version>
149-
<ksp.version>2.1.21-2.0.1</ksp.version>
149+
<ksp.version>2.1.21-2.0.2</ksp.version>
150150
<kotlinpoet.version>2.2.0</kotlinpoet.version>
151151
<dokka.version>2.0.0</dokka.version>
152152
<scala.version>2.11.12</scala.version>

0 commit comments

Comments
 (0)