Skip to content

Commit e6b10da

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump kotlinpoet from 1.10.2 to 1.11.0
Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](square/kotlinpoet@1.10.2...1.11.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 9745821 commit e6b10da

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.1"
2121

2222

23-
testImplementation 'com.squareup:kotlinpoet:1.10.2'
23+
testImplementation 'com.squareup:kotlinpoet:1.11.0'
2424
testImplementation 'com.squareup:javapoet:1.13.0'
2525

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

0 commit comments

Comments
 (0)