Skip to content

Commit 16832c6

Browse files
fix(deps): update dependency com.squareup:kotlinpoet to v2.2.0 (#1969)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.squareup:kotlinpoet](https://redirect.github.com/square/kotlinpoet) | `2.1.0` -> `2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup:kotlinpoet/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup:kotlinpoet/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup:kotlinpoet/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup:kotlinpoet/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>square/kotlinpoet (com.squareup:kotlinpoet)</summary> ### [`v2.2.0`](https://redirect.github.com/square/kotlinpoet/compare/2.1.0...2.2.0) [Compare Source](https://redirect.github.com/square/kotlinpoet/compare/2.1.0...2.2.0) </details> --- ### Configuration 📅 **Schedule**: 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f6e470 commit 16832c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group = rootProject.group
1212
version = rootProject.version
1313

1414
dependencies {
15-
implementation("com.squareup:kotlinpoet:2.1.0")
15+
implementation("com.squareup:kotlinpoet:2.2.0")
1616
implementation("com.charleskorn.kaml:kaml:0.78.0")
1717
implementation("io.github.oshai:kotlin-logging:7.0.7")
1818
implementation(projects.sharedInternal)

code-generator/build.gradle.kts

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

77
dependencies {
88
implementation("com.google.devtools.ksp:symbol-processing-api:2.1.21-2.0.1")
9-
implementation("com.squareup:kotlinpoet:2.1.0")
9+
implementation("com.squareup:kotlinpoet:2.2.0")
1010
implementation("com.squareup:kotlinpoet-ksp:2.1.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
1212
}

0 commit comments

Comments
 (0)