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/07 13:23:24 UTC

[cxf] 02/03: Update Snakeyaml to 1.33

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

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

commit 4305454bd25c47424ddaa8ded6270fdd08b61bea
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 6 21:04:02 2022 -0500

    Update Snakeyaml to 1.33
    
    (cherry picked from commit 4df404fd7ecd95a98ecaf18f82cb690a76712e22)
    
    # Conflicts:
    #       parent/pom.xml
    (cherry picked from commit 21892efb49facc7243e7284d9fd5d3ba988c3a65)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d3f9e69073..a8f849374d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -198,7 +198,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.32</cxf.snakeyaml.version>
+        <cxf.snakeyaml.version>1.33</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.6.13</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.6.RELEASE</cxf.spring.ldap.version>