Skip to content

Commit 4ea8bd0

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump kotlinpoet from 1.9.0 to 1.10.1
Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](square/kotlinpoet@1.9.0...1.10.1) --- 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 3654ab1 commit 4ea8bd0

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.9.0'
23+
testImplementation 'com.squareup:kotlinpoet:1.10.1'
2424
testImplementation 'com.squareup:javapoet:1.13.0'
2525

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

0 commit comments

Comments
 (0)