Skip to content

Commit

Permalink
chore(deps): update dependency com.squareup:kotlinpoet to v1.13.0 (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 10, 2023
1 parent 811e9d2 commit ed11b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies {
implementation(libs.kotlin.plugin.serialization)
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1")
implementation("com.squareup:kotlinpoet:1.12.0")
implementation("com.squareup:kotlinpoet:1.13.0")
implementation("com.google.code.gson:gson:2.10.1")
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.9.2"
ktoml = "0.4.1"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.12.0"
kotlinpoet = "1.13.0"
kotest = "5.5.5"
sarif4k = "0.3.0"
sarif-utils = "0.2.1"
Expand Down

0 comments on commit ed11b35

Please sign in to comment.