From 03f179e23ab97cb264283f76dff67d0ea55ed60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:00:39 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android from 2.12 to 2.13 Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) 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 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 e351134e..60f29ec1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,7 @@ jsoup = { module = "org.jsoup:jsoup", version = "1.16.2" } oss-licenses-plugin = { module = "com.google.android.gms:oss-licenses-plugin", version = "0.10.6" } oss-licenses-library = { module = "com.google.android.gms:play-services-oss-licenses", version = "17.0.1" } -leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.12" } +leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.13" } junit = { module = "junit:junit", version = "4.13.2" }