You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/21 16:00:02 UTC

[cxf] branch main updated (b9717d7c77 -> 7c971f2777)

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

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from b9717d7c77 Bump feign-core to 12.1 and feign-opentracing to 0.4.1
     new f532aed5ab Update maven-pmd-plugin to 3.20.0
     new 7c971f2777 Update PMD to 6.53.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[cxf] 01/02: Update maven-pmd-plugin to 3.20.0

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f532aed5ab1c915954be765032e79c59cbce16e6
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 10:56:15 2023 -0500

    Update maven-pmd-plugin to 3.20.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0fef06b49d..5a5c9af7fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -381,7 +381,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.19.0</version>
+                    <version>3.20.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>


[cxf] 02/02: Update PMD to 6.53.0

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 7c971f2777e289f2b920300349d30e7c87c8d6fa
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 10:59:43 2023 -0500

    Update PMD to 6.53.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5a5c9af7fd..c2df26f215 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -391,12 +391,12 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.49.0</version>
+                            <version>6.53.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>6.49.0</version>
+                            <version>6.53.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>