This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new e5758250 JEXL: revert to using pmd 3.17 with Java8, 3.18 breaks site 
target due to some dependency
e5758250 is described below

commit e575825081b99bbcc7c26c1e481f536f6d9510da
Author: henrib <hen...@apache.org>
AuthorDate: Mon Aug 29 14:30:40 2022 +0200

    JEXL: revert to using pmd 3.17 with Java8, 3.18 breaks site target due to 
some dependency
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 48675137..2e713b71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <commons.rat.version>0.14</commons.rat.version>
         <commons.japicmp.version>0.15.7</commons.japicmp.version>
         <commons.pmd.version>3.18.0</commons.pmd.version>
-        <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
+        <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
         <commons.spotbugs.version>4.7.1.1</commons.spotbugs.version>
 
         <!-- override of Jacoco properties defined in CP52 -->
@@ -100,6 +100,7 @@
                 <jdk>1.8</jdk>
             </activation>
             <properties>
+                <commons.pmd.version>3.17.0</commons.pmd.version>
                 <checkstyle.version>9.3</checkstyle.version>
             </properties>
         </profile>

Reply via email to