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-messaging.git
commit 86361807851598ca125dc438392dfd25bd0528bf Author: Oliver Lietz <[email protected]> AuthorDate: Fri Sep 10 20:04:38 2021 +0200 SLING-10636 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 238db5d..99fb648 100644 --- a/pom.xml +++ b/pom.xml @@ -56,12 +56,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>
