From 4119bcc83080e04a8dcbbcaa12f8223ace27d841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 05:09:56 +0000 Subject: [PATCH] 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] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 2623c1c4..ee41b5bc 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -132,7 +132,7 @@ ext.Dependencies.with { sqldelightAndroid = "com.squareup.sqldelight:android-driver:${sqldelightVer}" sqldelightInMemory = "com.squareup.sqldelight:sqlite-driver:${sqldelightVer}" - leakCanary = 'com.squareup.leakcanary:leakcanary-android:2.9.1' + leakCanary = 'com.squareup.leakcanary:leakcanary-android:2.10' ktorAndroid = "io.ktor:ktor-client-android:${ktorVer}" ktorCore = "io.ktor:ktor-client-core:${ktorVer}"