From b963a0e271e1f87dc5e9922075ffda1592cf911f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 10:21:59 +0200 Subject: [PATCH] Bump checkstyle from 8.20 to 8.21 (#5001) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.20 to 8.21. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.20...checkstyle-8.21) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 32744323702..afbf436bfa7 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,7 @@ dependencies { testCompile "org.testfx:testfx-core:4.0.+" testCompile "org.testfx:testfx-junit5:4.0.+" - checkstyle 'com.puppycrawl.tools:checkstyle:8.20' + checkstyle 'com.puppycrawl.tools:checkstyle:8.21' xjc 'com.sun.xml.bind:jaxb-xjc:2.2.4-1' jython 'org.python:jython-standalone:2.7.1' }