From 6b5e5af891efaf05353f56214e2cccfc6d303129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 12:24:08 +0000 Subject: [PATCH 1/2] Bump leakcanary-android from 2.9.1 to 2.10 Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.10. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.9.1...v2.10) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2d069fb..3048d0e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { implementation("androidx.work:work-runtime-ktx:2.7.1") - debugImplementation("com.squareup.leakcanary:leakcanary-android:2.9.1") + debugImplementation("com.squareup.leakcanary:leakcanary-android:2.10") implementation("io.insert-koin:koin-android:3.3.0") implementation("io.insert-koin:koin-androidx-compose:3.3.0") From b0eb5de1f24e494375863fd9447aa66f6a453453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:08:10 +0000 Subject: [PATCH 2/2] Bump io.insert-koin:koin-androidx-workmanager from 3.3.0 to 3.3.3 Bumps [io.insert-koin:koin-androidx-workmanager](https://github.com/InsertKoinIO/koin) from 3.3.0 to 3.3.3. - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/core-3.3.0...core-3.3.3) --- updated-dependencies: - dependency-name: io.insert-koin:koin-androidx-workmanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3048d0e..efaffd8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -107,7 +107,7 @@ dependencies { implementation("io.insert-koin:koin-android:3.3.0") implementation("io.insert-koin:koin-androidx-compose:3.3.0") - implementation("io.insert-koin:koin-androidx-workmanager:3.3.0") + implementation("io.insert-koin:koin-androidx-workmanager:3.3.3") implementation("org.tinylog:tinylog-impl:2.5.0") implementation("org.tinylog:tinylog-api-kotlin:2.5.0")