From 72bf54317a07591bdec7f668982b358419b70e07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 06:39:56 +0000 Subject: [PATCH] Update dependency checkstyle to v6.19 --- third_party/disklrucache/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/disklrucache/build.gradle b/third_party/disklrucache/build.gradle index 1fef6b67b0..a9c3849058 100644 --- a/third_party/disklrucache/build.gradle +++ b/third_party/disklrucache/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' checkstyle { - toolVersion = "6.6" + toolVersion = "6.19" configFile = new File(projectDir, 'checkstyle.xml') }