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-content-processing.git
commit b7b1321cab7ff715a9f5e5da4059e95b41fe1b98 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Sep 10 14:49:06 2021 +0200 SLING-10632 Enable code checks with Checkstyle update dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dba11d8..ece4cdb 100644 --- a/pom.xml +++ b/pom.xml @@ -63,12 +63,12 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.45</version> + <version>9.0</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId> <artifactId>checkstyle</artifactId> - <version>2</version> + <version>3</version> </dependency> </dependencies> <configuration>
