From bc88952d8780e67188678ceeeab6b5e97bdcd546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:14:15 -0500 Subject: [PATCH] Bump leakcanary from 2.12 to 2.13 (#414) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jared Burrows --- 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"