Skip to content

Commit eb108b0

Browse files
Bump com.google.devtools.ksp:symbol-processing-gradle-plugin from 2.3.6 to 2.3.7 (#436)
Bumps [com.google.devtools.ksp:symbol-processing-gradle-plugin](https://github.com/google/ksp) from 2.3.6 to 2.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp:symbol-processing-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>2.3.7</h2> <h2>What's Changed</h2> <ul> <li>Bumped Kotlin target language version to 2.3 (<a href="https://redirect.github.com/google/ksp/issues/2821">#2821</a>)</li> <li>Fixed crash caused by upstream dependency (<a href="https://redirect.github.com/google/ksp/issues/2856">#2856</a>)</li> <li>Fixed support for Gradle Isolated Projects (<a href="https://redirect.github.com/google/ksp/issues/2844">#2844</a>)</li> </ul> <h2>Contributors</h2> <ul> <li>Thanks to everyone who reported bugs and participated in discussions!</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.3.6...2.3.7">https://github.com/google/ksp/compare/2.3.6...2.3.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/94f210494fd59326857aeed4723947a042a7dd70"><code>94f2104</code></a> Move AnnotationResolutionStrategy-related files to common dir</li> <li><a href="https://github.com/google/ksp/commit/98fb4c77c9a5076f231f4ab584cc91707f5cbd22"><code>98fb4c7</code></a> Add infrastructure for declaring test annotations</li> <li><a href="https://github.com/google/ksp/commit/25c30c398cb16a71c4cde9e3ee8b08c9e6feed7f"><code>25c30c3</code></a> Update test output</li> <li><a href="https://github.com/google/ksp/commit/cd0eb1996f1267997d7053de4e94c65fd852120e"><code>cd0eb19</code></a> Update AnnotationsInDependenciesProcessor output with line numbers</li> <li><a href="https://github.com/google/ksp/commit/1a7d8da2fd11c9bcd1f092cb8a22f5de1baceb46"><code>1a7d8da</code></a> Fix crash in <code>PsiResolutionStrategy</code> for annotations with nullable fqn (<a href="https://redirect.github.com/google/ksp/issues/2864">#2864</a>)</li> <li><a href="https://github.com/google/ksp/commit/3a5f8660cd3cc40f2622e10277a9878a5195c8d2"><code>3a5f866</code></a> Remove KtEntry type</li> <li><a href="https://github.com/google/ksp/commit/0b3b39e1020a25c8d6b61d3921de794e3d550fde"><code>0b3b39e</code></a> Update codeowners</li> <li><a href="https://github.com/google/ksp/commit/8b309d5592a9bb82d8d436f5a4daac1cde9535b8"><code>8b309d5</code></a> Add more information to error message</li> <li><a href="https://github.com/google/ksp/commit/f50f2f73a7330b01b3f7215a8843edd1193abdb5"><code>f50f2f7</code></a> Add comment on performance</li> <li><a href="https://github.com/google/ksp/commit/e142fd7ec3db1ba6a4f048e24d58a5cfa8ad5a14"><code>e142fd7</code></a> Handle missing cases in CollectAnnotatedSymbolsPsiVisitor</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.3.6...2.3.7">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e71d9f commit eb108b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ maven-publish-gradle-plugin = { module = "com.vanniktech.maven.publish:com.vanni
4242
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
4343
ktlint-gradle-plugin = { module = "org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin", version = "13.1.0" }
4444
kotest-gradle-plugin = { module = "io.kotest:kotest-framework-plugin-gradle", version.ref = "kotest" }
45-
ksp-gradle-plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "2.3.6" }
45+
ksp-gradle-plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "2.3.7" }
4646

4747
[bundles]
4848
openapi = ["openapi-validator", "openapi-interfaces", "openapi-jackson"]

0 commit comments

Comments
 (0)