You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/09/14 10:23:02 UTC

[cxf] branch 3.6.x-fixes updated (b3503705c5 -> 2c48413cfa)

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

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


    from b3503705c5 Update Micrometer to 1.9.4
     new 62d728e7ac Updating Snakeyaml to 1.32
     new 2c48413cfa 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  | 1 +
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

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

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

commit 2c48413cfa4dbd746b49b4b08b0d15eb8077a7d6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Sep 14 11:01:59 2022 +0100

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 20d1a66e3c..3d71fd2aac 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -71,6 +71,7 @@ M b6e3ab83a37cfb777d6eebf9711e552027bde37a
 M b9569dad4a4636af572b23414a9ee8a67c2daee6
 M bbf73a155bf4d87d824e00e54c269fb4e697468e
 M c05666fc41161450258a48fbba6298f56d857a63
+M c0db9bdd8e92cb4c7be3a2570d6f89fadb362953
 M c5b7db5a4cceb3df6094ee38215725fd4ecc2b8c
 M ca46bebe06bc2732907e476bfe6116f09fbe1eb4
 M cf1dc0bc288382c6676ced1166ebefd2c5ae3464


[cxf] 01/02: Updating Snakeyaml to 1.32

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

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

commit 62d728e7acdfc213eb461daf4dfb020855b2eb36
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Sep 14 10:41:35 2022 +0100

    Updating Snakeyaml to 1.32
    
    (cherry picked from commit c0db9bdd8e92cb4c7be3a2570d6f89fadb362953)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a2bdec6a70..2623ab6dd8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -197,7 +197,7 @@
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>4.0.4</cxf.servlet-api.version>
         <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
-        <cxf.snakeyaml.version>1.31</cxf.snakeyaml.version>
+        <cxf.snakeyaml.version>1.32</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.7.3</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.4.0</cxf.spring.ldap.version>