From a035b4e6b6de72c0b741787a475156af611a4ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:41:12 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.6.0 to 10.12.4 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.6.0 to 10.12.4. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.6.0...checkstyle-10.12.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 ef3200bd..2b65e873 100644 --- a/build.gradle +++ b/build.gradle @@ -330,7 +330,7 @@ dependencies { implementation 'io.github.hakky54:sslcontext-kickstart:7.4.9' compileOnly group: 'org.immutables', name: 'value', version: '2.9.3' - compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.6.0' + compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.12.4' compileOnly 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.24'