This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new f22ba13 Update PMD plugin to 3.27.0
f22ba13 is described below
commit f22ba13af8370674b696e8bf115d2e9ba2557794
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jun 26 07:35:17 2025 +0200
Update PMD plugin to 3.27.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a9caf4c..7aa4cd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,7 +292,7 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<!-- Later versions require Java 1.6+ -->
- <version>3.26.0</version>
+ <version>3.27.0</version>
<configuration>
<linkXRef>true</linkXRef>
<sourceEncoding>utf-8</sourceEncoding>