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 09:41:53 UTC

[cxf] branch main updated: Updating Snakeyaml to 1.32

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c0db9bdd8e Updating Snakeyaml to 1.32
c0db9bdd8e is described below

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1777434a83..4b7845902f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -200,7 +200,7 @@
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>5.0.0</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>3.0.0-M4</cxf.spring.boot.version>
         <cxf.spring.ldap.version>3.0.0-M2</cxf.spring.ldap.version>