From 341594a4128c47f57a56b8de5ce8706f88c2cc6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 08:44:53 +0000 Subject: [PATCH] Bump checkstyle from 8.30 to 8.31 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.30 to 8.31. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.30...checkstyle-8.31) 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 b0953b82aae..eb7668fe002 100644 --- a/build.gradle +++ b/build.gradle @@ -212,7 +212,7 @@ dependencies { testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT" testImplementation "org.hamcrest:hamcrest-library:2.2" - checkstyle 'com.puppycrawl.tools:checkstyle:8.30' + checkstyle 'com.puppycrawl.tools:checkstyle:8.31' xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.2' jython 'org.python:jython-standalone:2.7.1' }