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 7e15456d3b191e29e446d9a5895554a3bdf19fbd Author: Andriy Redko <[email protected]> AuthorDate: Wed May 3 09:10:14 2023 -0400 Revert "Bump snakeyaml from 1.33 to 2.0 (#1180)" This reverts commit c8f7a82e260102d9513d3f5b392c0b4fca5417ee. --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 590ff030f9..ccfb349865 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>4.0.4</cxf.servlet-api.version> <cxf.slf4j.version>1.7.36</cxf.slf4j.version> - <cxf.snakeyaml.version>2.0</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.14</cxf.spring.boot.version> <cxf.spring.ldap.version>2.3.6.RELEASE</cxf.spring.ldap.version>
