From 8cfd20a7223bc10b8595306f5e95d18c43319241 Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Tue, 6 Dec 2022 15:22:15 +0100 Subject: [PATCH] Upgrade checkstyle plugin to 3.2.0 This commit also upgrades the used Checkstyle and spring-java-format rules to respecive version 10.5.0 and 0.0.35. Closes: #103 --- spring-batch-excel/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index 3809e29..3d47e2a 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -156,17 +156,17 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 + 3.2.0 com.puppycrawl.tools checkstyle - 8.32 + 10.5.0 io.spring.javaformat spring-javaformat-checkstyle - 0.0.27 + 0.0.35