From 6e0178a54176302b63d04f874f5dcf9b001d634a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:56:26 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.1 to 10.21.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.1...checkstyle-10.21.2) --- 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 e6ac16d..ac4fb60 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] junitVersion = "5.11.4" junitPlatformVersion = "1.11.4" -checkstyleVersion = "10.21.1" +checkstyleVersion = "10.21.2" aeronVersion = "1.47.0" sbeVersion = "1.34.1" agronaVersion = "2.0.1"