From 0e237d2b731d49afa5914cabf7dadcac3f57670e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:30:16 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.5 to 10.12.6. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.5...checkstyle-10.12.6) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e027fbd..f439e04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] junitVersion = "5.10.1" junitPlatformVersion = "1.10.1" -checkstyleVersion = "10.12.5" +checkstyleVersion = "10.12.6" aeronVersion = "1.42.1" sbeVersion = "1.29.0" agronaVersion = "1.19.2"