From 28997de61456baede9a9995ff0608235737ad9ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 10:17:22 +0000 Subject: [PATCH] Bump checkstyle from 8.24 to 8.25 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.24 to 8.25. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.24...checkstyle-8.25) 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 2af73c6f657..4e629adf7b9 100644 --- a/build.gradle +++ b/build.gradle @@ -218,7 +218,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.24' + checkstyle 'com.puppycrawl.tools:checkstyle:8.25' xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.2' jython 'org.python:jython-standalone:2.7.1' }