Skip to content

Commit

Permalink
chore(deps): update dependency com.squareup:kotlinpoet to v1.14.2 (#535)
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 Jun 5, 2023
1 parent 9115ac2 commit dd1e3c3
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.18.0")
implementation("com.squareup:kotlinpoet:1.13.2")
implementation("com.squareup:kotlinpoet:1.14.2")
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.3"
ktoml = "0.5.0"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.13.2"
kotlinpoet = "1.14.2"
kotest = "5.6.2"
sarif4k = "0.4.0"
sarif-utils = "0.2.1"
Expand Down

0 comments on commit dd1e3c3

Please sign in to comment.