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 2021/01/13 00:58:46 UTC

[cxf] branch master updated (c2244fa -> 29482be)

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

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


    from c2244fa  Update to Project Reactor 3.4.2
     new 0320ad3  Update to Micrometer 1.6.3
     new 29482be  Update to Dropwizard Metrics 4.1.17

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 to Micrometer 1.6.3

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

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

commit 0320ad320ba88a123a5296a8060d3ac1794009f6
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 12 19:45:34 2021 -0500

    Update to Micrometer 1.6.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 418cc49..fd3cba9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -163,7 +163,7 @@
         <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
         <cxf.lucene.version>8.2.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.6.2</cxf.micrometer.version>
+        <cxf.micrometer.version>1.6.3</cxf.micrometer.version>
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>


[cxf] 02/02: Update to Dropwizard Metrics 4.1.17

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

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

commit 29482be8df227ddbcac01e957c84e4807211865d
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 12 19:47:24 2021 -0500

    Update to Dropwizard Metrics 4.1.17
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fd3cba9..93ec092 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -103,7 +103,7 @@
         <cxf.derby.version>10.14.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.1.16</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.1.17</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.8.1</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>