Skip to content

Commit 1b7d8ed

Browse files
Bump com.squareup:kotlinpoet from 1.12.0 to 1.14.2
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.12.0 to 1.14.2. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](square/kotlinpoet@1.12.0...1.14.2) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7de87d commit 1b7d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abi_codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
"implementation"("org.jetbrains.kotlin:kotlin-reflect:${Versions.kotlin}")
1010

1111
"api"("com.squareup.moshi:moshi:${Versions.moshi}")
12-
"api"("com.squareup:kotlinpoet:1.12.0")
12+
"api"("com.squareup:kotlinpoet:1.14.2")
1313

1414
"testImplementation"(project(":test_data"))
1515
"testImplementation"(project(":extensions_kotlin"))

0 commit comments

Comments
 (0)