Skip to content

Commit dc4054a

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

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

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

0 commit comments

Comments
 (0)