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-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 6c68e9f downgrade Checkstyle for Java 17 compatibility
6c68e9f is described below
commit 6c68e9f58affad7b1c94af93056d89ab83fe952e
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Mar 22 10:38:15 2026 +0100
downgrade Checkstyle for Java 17 compatibility
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 68c921a..d4e9afa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>13.3.0</version>
+ <version>11.1.0</version>
</dependency>
<dependency>
<groupId>de.bildschirmarbeiter</groupId>