From 7e6203b76eb13c944d30f83d9d1e87db15a4b192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:33:44 +0000 Subject: [PATCH] Bump checkstyle from 8.39 to 8.40 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.39 to 8.40. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.39...checkstyle-8.40) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2273d0a127a..8a3878bb6e9 100644 --- a/build.gradle +++ b/build.gradle @@ -211,7 +211,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.39' + checkstyle 'com.puppycrawl.tools:checkstyle:8.40' xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.3' }