From 4b458e01bd4d6af3fad23fec9fb6e795fa78062a Mon Sep 17 00:00:00 2001 From: Picnic-DevPla-Bot <168541957+Picnic-DevPla-Bot@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:37:37 +0100 Subject: [PATCH] Upgrade Checkstyle 10.19.0 -> 10.20.0 (#1386) See: - https://checkstyle.sourceforge.io/releasenotes.html - https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.20.0 - https://github.com/checkstyle/checkstyle/compare/checkstyle-10.19.0...checkstyle-10.20.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd477c675a..763822df3a 100644 --- a/pom.xml +++ b/pom.xml @@ -928,7 +928,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.19.0</version> + <version>10.20.0</version> </dependency> <dependency> <groupId>io.spring.nohttp</groupId>