From da374edea9720e491de44ee14ba45d797f7bb903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:13:27 +0000 Subject: [PATCH] Bump leakcanary from 2.12 to 2.13 Bumps `leakcanary` from 2.12 to 2.13. Updates `com.squareup.leakcanary:leakcanary-android-startup` from 2.12 to 2.13 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/v2.13/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.12...v2.13) Updates `com.squareup.leakcanary:leakcanary-android-instrumentation` from 2.12 to 2.13 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/v2.13/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.12...v2.13) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android-startup dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.leakcanary:leakcanary-android-instrumentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e849417a..372f317f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ compose-compiler = "1.5.7" glide = "4.16.0" kotlinx = "1.7.3" landscapist = "2.2.13" -leakcanary = "2.12" +leakcanary = "2.13" lifecycle = "2.6.2" moshi = "1.15.0" okhttp = "4.12.0"