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 2022/09/06 21:36:41 UTC

[cxf] branch 3.6.x-fixes updated (157e2cbef7 -> ff640769c1)

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

reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 157e2cbef7 Downgrade maven-pmd-plugin to 3.17.0 (https://github.com/apache/maven-pmd-plugin/pull/91), update PMD to 6.49.0
     new 64e4beb746 Update Jackson to 2.13.4
     new ff640769c1 Update maven-pmd-plugin to 3.19.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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[cxf] 01/02: Update Jackson to 2.13.4

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 64e4beb7468abce62b7dd3d6d059d5a798af623f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Sep 6 13:44:42 2022 -0400

    Update Jackson to 2.13.4
    
    (cherry picked from commit 2513a5a992363d71522226128e75a9eca0fbf460)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2d38ec3075..f346ee4620 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,7 +127,7 @@
         <cxf.httpcomponents.core.version>4.4.15</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.client5.version>5.1.2</cxf.httpcomponents.client5.version>
         <cxf.httpcomponents.core5.version>5.1.3</cxf.httpcomponents.core5.version>
-        <cxf.jackson.version>2.13.3</cxf.jackson.version>
+        <cxf.jackson.version>2.13.4</cxf.jackson.version>
         <cxf.jackson.databind.version>2.13.3</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.8.1</cxf.jaeger.version>


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

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit ff640769c1e6efc175b864ade495eb8ca5dc2c7e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Sep 6 13:51:19 2022 -0400

    Update maven-pmd-plugin to 3.19.0
    
    (cherry picked from commit 7f1cea0032dadd4b591d8e4ca542cc961b8eb094)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f346ee4620..013dad402c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.17.0</version>
+                    <version>3.19.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>