This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git
commit 37e730d274e046a2beb65d2991e55ca5b37df7ce Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 12 14:36:28 2023 +0100 SLING-10734 Enable code checks with Checkstyle update plugins --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e3d275d..76f7321 100644 --- a/pom.xml +++ b/pom.xml @@ -85,12 +85,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.1</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.3.4</version> + <version>10.7.0</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId>
