From 546d6cc2588859a83eb10836281ceadcc8701e63 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Mon, 5 Aug 2024 20:03:45 +0300 Subject: [PATCH] build(deps): Bump Checkstyle from `10.14.2` to `10.17.0` (#2218) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd7225b23..9c3f23dca 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ jacocoTestReport.dependsOn test apply plugin: 'checkstyle' checkstyle { - toolVersion = '10.14.2' + toolVersion = '10.17.0' configFile = configDirectory.file('appium-style.xml').get().getAsFile() showViolations = true ignoreFailures = false