From 382fc6ca82c48b0a88b6016043124937cb1b0780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Feb 2019 06:54:59 +0000 Subject: [PATCH] Bump checkstyle from 8.17 to 8.18 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.17 to 8.18. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.17...checkstyle-8.18) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 26d139a3c12..d8a23f7ccf2 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ dependencies { testCompile "org.testfx:testfx-core:4.0.+" testCompile "org.testfx:testfx-junit5:4.0.+" - checkstyle 'com.puppycrawl.tools:checkstyle:8.17' + checkstyle 'com.puppycrawl.tools:checkstyle:8.18' } jacoco {