From df04e02255ce07175b878eed25df3947085c1566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 08:23:25 +0200 Subject: [PATCH] Bump checkstyle from 8.18 to 8.19 (#4834) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.18 to 8.19. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.18...checkstyle-8.19) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9673626d496..a40b34db6e9 100644 --- a/build.gradle +++ b/build.gradle @@ -177,7 +177,7 @@ dependencies { testCompile "org.testfx:testfx-core:4.0.+" testCompile "org.testfx:testfx-junit5:4.0.+" - checkstyle 'com.puppycrawl.tools:checkstyle:8.18' + checkstyle 'com.puppycrawl.tools:checkstyle:8.19' } jacoco {