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-scripting-freemarker.git
commit 9357b774929c6648842cccd792880843d6f9487e Author: Oliver Lietz <[email protected]> AuthorDate: Thu Nov 3 17:44:41 2022 +0100 SLING-11634 Enable code checks with Checkstyle update plugin dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60b927a..e90e5ec 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.3.4</version> + <version>10.4</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId>
