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-clam.git
commit 76a2ee72e9099b7f9cfd80c74cdfd0126abc7110 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 27 16:30:27 2022 +0200 SLING-10891 Enable code checks with Checkstyle update dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fcc8768..ada0d49 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>9.0.1</version> + <version>10.0</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId>
