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" }