Skip to content

Commit 68ba4d0

Browse files
fix(deps): update ksp monorepo to v2.3.7 (#2304)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.3.6` → `2.3.7` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.6/2.3.7?slim=true) | | [com.google.devtools.ksp:symbol-processing-api](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.3.6` → `2.3.7` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:symbol-processing-api/2.3.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:symbol-processing-api/2.3.6/2.3.7?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.3.7`](https://redirect.github.com/google/ksp/releases/tag/2.3.7) [Compare Source](https://redirect.github.com/google/ksp/compare/2.3.6...2.3.7) #### What's Changed - Bumped Kotlin target language version to 2.3.20 ([#&#8203;2821](https://redirect.github.com/google/ksp/issues/2821)) - Fixed an issue where the plugin adds a maven repo to the build and corrected the compiler plugin artifact ([#&#8203;2856](https://redirect.github.com/google/ksp/issues/2856)) - Fixed a crash with IllegalStateException when source contains a class-level destructuring declaration ([#&#8203;2861](https://redirect.github.com/google/ksp/issues/2861)) - Fixed support for Gradle Isolated Projects ([#&#8203;2844](https://redirect.github.com/google/ksp/issues/2844)) - Fixed Windows build failure when the path is long ([#&#8203;2815](https://redirect.github.com/google/ksp/issues/2815)) - Fixed issue where KSP does not call SymbolProcessor in some Gradle setups ([#&#8203;2511](https://redirect.github.com/google/ksp/issues/2511)) - Fixed a crash in PsiResolutionStrategy for annotations with nullable fully qualified names ([#&#8203;2864](https://redirect.github.com/google/ksp/issues/2864)) - Improved performance by lazily computing fully qualified Java annotation names ([#&#8203;2860](https://redirect.github.com/google/ksp/issues/2860)) #### Contributors - Thanks to everyone who reported bugs and participated in discussions! **Full Changelog**: <google/ksp@2.3.6...2.3.7> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 952fe84 commit 68ba4d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.6")
8+
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.7")
99
implementation("com.squareup:kotlinpoet:2.3.0")
1010
implementation("com.squareup:kotlinpoet-ksp:2.3.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
buildsrc.convention.`duplicate-versions`
1111

1212
kotlin("plugin.serialization")
13-
id("com.google.devtools.ksp") version "2.3.6"
13+
id("com.google.devtools.ksp") version "2.3.7"
1414

1515
// Code quality.
1616
id("io.gitlab.arturbosch.detekt")

0 commit comments

Comments
 (0)