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/11/27 00:13:47 UTC

[cxf] branch 3.6.x-fixes updated (9f1c04b14b -> 2b4a9f3abe)

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 9f1c04b14b Update Spring Boot to 2.7.6
     new 058bacfe75 Update Dropwizard Metrics to 4.2.13
     new 2b4a9f3abe Recording .gitmergeinfo Changes

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:
 .gitmergeinfo  | 2 ++
 parent/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

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 2b4a9f3abe30c92542e217d1077ea5c77119f328
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 26 19:13:29 2022 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 432b7cf1a9..9cba169bdc 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -77,6 +77,7 @@ M 322b2ee0a948f44fd95a5703aa63af7e4eae8e5c
 M 333873a41b8fd7bd380692459ae1b42f14ff6c0a
 M 34552752819b0bad272fcb67537c8df1b4c1ba3c
 M 383c9273a0b88931fef8117c6f0e481fa31734e4
+M 3b3ff83cda8fdbea1848d31f8e7fdd54a4a2c4c6
 M 3da78c10988c13239f7b156c68fafbe400de76de
 M 4356da0295b57336c96f4d41b3b259eea0c51f8f
 M 461728895638c4d9bb3718d322b8816d32e267c6
@@ -119,6 +120,7 @@ M 8cba83cdbb6a1b0d28f6fd7e218b342a42305963
 M 8f4d3d46413666d07c903ef622fb617b1be1385f
 M 8ffec0eb10eab9894ea62152e1e6f3eb962beca9
 M 905f4f91e4d0b5c4d145729f16bad90b1847f0be
+M 96a2e7f27fde6ebdffd511ce69120adfff7b9dcb
 M 96e71237bae2eb987a5fbe67d21e9e1e19f2d158
 M 9a8e07ab159b2492d42fddadce1e5854ceee29e8
 M 9a9d8da3eadb36ac32716988e28db544980c8e64


[cxf] 01/02: Update Dropwizard Metrics to 4.2.13

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 058bacfe750631f987469b0e1141db158dbd97b4
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 26 19:10:00 2022 -0500

    Update Dropwizard Metrics to 4.2.13
    
    (cherry picked from commit 3b3ff83cda8fdbea1848d31f8e7fdd54a4a2c4c6)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6dbc7be638..f77aea6521 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -102,7 +102,7 @@
         <cxf.derby.version>10.15.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
-        <cxf.dropwizard4.version>4.2.12</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.2.13</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.9.3</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>