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-mail.git
commit b707685406baa062de08903960757b80e7fb8a27 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Oct 18 20:20:53 2021 +0200 SLING-10639 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 10f026c..dd9118d 100644 --- a/pom.xml +++ b/pom.xml @@ -91,12 +91,12 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.45.1</version> + <version>9.0.1</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId> <artifactId>checkstyle</artifactId> - <version>2</version> + <version>3</version> </dependency> </dependencies> <configuration>
