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/08/10 20:55:13 UTC

[cxf] branch main updated (3da78c1098 -> 594a3bd674)

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 3da78c1098 Update Hibernate Validator to 7.0.5.Final
     new dec91b4086 Update Micrometer to 1.10.0-M4
     new 594a3bd674 Update Project Reactor to 3.5.0-M5

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 Micrometer to 1.10.0-M4

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 dec91b4086e0caa44688b50f056c22594983d764
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Aug 10 16:49:26 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1ad8d98ed9..c01d1e149f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -169,7 +169,7 @@
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
         <cxf.lucene.version>8.11.1</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.10.0-M3</cxf.micrometer.version>
+        <cxf.micrometer.version>1.10.0-M4</cxf.micrometer.version>
         <cxf.microprofile.config.version>3.0.1</cxf.microprofile.config.version>
         <cxf.microprofile.rest.client.version>3.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>3.0</cxf.microprofile.openapi.version>


[cxf] 02/02: Update Project Reactor to 3.5.0-M5

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 594a3bd6741e18d83ee02eb07c9b1cfd3e1dce52
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Aug 10 16:54:58 2022 -0400

    Update Project Reactor to 3.5.0-M5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c01d1e149f..b4dcce4a4e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -190,7 +190,7 @@
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.4.2</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.5.0-M4</cxf.reactor.version>
+        <cxf.reactor.version>3.5.0-M5</cxf.reactor.version>
         <cxf.rhino.version>1.7.13</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>