From f04e84a658e5ffa2b330ee5a3ae72c135f6a73b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:39:31 +0000 Subject: [PATCH] Bump checkstyle from 8.23 to 8.24 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.23 to 8.24. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.23...checkstyle-8.24) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04ea37d1ef7..a9af39eb2f7 100644 --- a/build.gradle +++ b/build.gradle @@ -224,7 +224,7 @@ dependencies { testCompile "org.testfx:testfx-core:4.0.15-alpha" testCompile "org.testfx:testfx-junit5:4.0.15-alpha" - checkstyle 'com.puppycrawl.tools:checkstyle:8.23' + checkstyle 'com.puppycrawl.tools:checkstyle:8.24' xjc 'com.sun.xml.bind:jaxb-xjc:2.2.4-1' jython 'org.python:jython-standalone:2.7.1' }