From 7c8dc671080abeff06ba4dba011d0f6f566e131c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:29:14 +0000 Subject: [PATCH] Bump checkstyle from 9.0.1 to 9.1 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3818d82bb2e..5a9bf1b9059 100644 --- a/build.gradle +++ b/build.gradle @@ -223,7 +223,7 @@ dependencies { testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT" testImplementation "org.hamcrest:hamcrest-library:2.2" - checkstyle 'com.puppycrawl.tools:checkstyle:9.0.1' + checkstyle 'com.puppycrawl.tools:checkstyle:9.1' xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.3' }