From 4d61dd5229edf77f6ad5333c724589eebd31e70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 21:47:22 +0000 Subject: [PATCH] Bump kotlinpoet from 1.12.0 to 1.13.2 (#28) Bumps `kotlinpoet` from 1.12.0 to 1.13.2. Updates `com.squareup:kotlinpoet` from 1.12.0 to 1.13.2 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/compare/1.12.0...1.13.2) Updates `com.squareup:kotlinpoet-ksp` from 1.12.0 to 1.13.2 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/compare/1.12.0...1.13.2) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup:kotlinpoet-ksp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../ksp/AutoInitializeOuterSomeThingModule.kt.txt | 2 +- .../ksp/AutoInitializeOuterSomeThingModule.kt.txt | 2 +- .../priority/ksp/AutoInitializeOuterSomeThingModule.kt.txt | 2 +- gradle/libs.versions.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/src/test/resources/tests/auto_initialize/priority.binding/ksp/AutoInitializeOuterSomeThingModule.kt.txt b/compiler/src/test/resources/tests/auto_initialize/priority.binding/ksp/AutoInitializeOuterSomeThingModule.kt.txt index dd30e1b7d..7eab94f46 100644 --- a/compiler/src/test/resources/tests/auto_initialize/priority.binding/ksp/AutoInitializeOuterSomeThingModule.kt.txt +++ b/compiler/src/test/resources/tests/auto_initialize/priority.binding/ksp/AutoInitializeOuterSomeThingModule.kt.txt @@ -17,5 +17,5 @@ public object AutoInitializeOuterSomeThingModule { @Provides @IntoSet public fun provideSomeThingAsInitializable(someThing: Outer.SomeThing): Initializable = - someThing.withPriority(4711) + someThing.withPriority(4_711) } \ No newline at end of file diff --git a/compiler/src/test/resources/tests/auto_initialize/priority.provider/ksp/AutoInitializeOuterSomeThingModule.kt.txt b/compiler/src/test/resources/tests/auto_initialize/priority.provider/ksp/AutoInitializeOuterSomeThingModule.kt.txt index 4228a3980..53cf903d7 100644 --- a/compiler/src/test/resources/tests/auto_initialize/priority.provider/ksp/AutoInitializeOuterSomeThingModule.kt.txt +++ b/compiler/src/test/resources/tests/auto_initialize/priority.provider/ksp/AutoInitializeOuterSomeThingModule.kt.txt @@ -18,5 +18,5 @@ public object AutoInitializeOuterSomeThingModule { @Provides @IntoSet public fun provideSomeThingAsInitializable(lazySomeThing: Lazy): Initializable = - lazySomeThing.asInitializable(priority = 4711) + lazySomeThing.asInitializable(priority = 4_711) } \ No newline at end of file diff --git a/compiler/src/test/resources/tests/auto_initialize/priority/ksp/AutoInitializeOuterSomeThingModule.kt.txt b/compiler/src/test/resources/tests/auto_initialize/priority/ksp/AutoInitializeOuterSomeThingModule.kt.txt index be8300d4b..e2636dff7 100644 --- a/compiler/src/test/resources/tests/auto_initialize/priority/ksp/AutoInitializeOuterSomeThingModule.kt.txt +++ b/compiler/src/test/resources/tests/auto_initialize/priority/ksp/AutoInitializeOuterSomeThingModule.kt.txt @@ -18,5 +18,5 @@ public object AutoInitializeOuterSomeThingModule { @Provides @IntoSet public fun provideSomeThingAsInitializable(lazySomeThing: Lazy): Initializable = - lazySomeThing.asInitializable(priority = 4711) + lazySomeThing.asInitializable(priority = 4_711) } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4b95a983e..3a013ca7e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ ksp = "1.8.21-1.0.11" android-minSdk = "14" android-compileSdk = "33" androidx-test = "1.5.0" -kotlinpoet = "1.12.0" +kotlinpoet = "1.13.2" [plugins] dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }