From b4b048dc870e23654f2e71f5303ed1b178f7e742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:21:53 +0000 Subject: [PATCH] Bump checkstyle from 10.3.4 to 10.4 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.4. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.4...checkstyle-10.4) --- 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 8f592b2a..912bb929 100644 --- a/build.gradle +++ b/build.gradle @@ -329,7 +329,7 @@ dependencies { implementation 'io.github.hakky54:sslcontext-kickstart:7.4.7' compileOnly group: 'org.immutables', name: 'value', version: '2.9.2' - compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.3.4' + compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.4' compileOnly 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.24'