From d73739c2c1bad1e0705a6c757c134351279d12f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:41:19 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.leakcanary:leakcanary-android to v2.11 --- 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 b1b7a8d5..c2850a8e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ junit5 = "1.8.2.0" jupiter = "5.9.0" kotlin = "1.7.10" kotlin-poet = "1.12.0" -leakcanary = "2.9.1" +leakcanary = "2.11" lifecycle = "2.5.1" moshi-kotlin = "1.13.0" profileinstaller = "1.2.0"