Skip to content

Commit 421f8b7

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump kotlinpoet from 1.8.0 to 1.9.0
Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](square/kotlinpoet@1.8.0...1.9.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2169e29 commit 421f8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
kapt "com.google.auto.service:auto-service:1.0-rc7"
2121

2222

23-
testImplementation 'com.squareup:kotlinpoet:1.8.0'
23+
testImplementation 'com.squareup:kotlinpoet:1.9.0'
2424
testImplementation 'com.squareup:javapoet:1.13.0'
2525

2626
implementation "com.squareup.okio:okio:2.10.0"

0 commit comments

Comments
 (0)