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 b2ec57436a90b0d094f9c8700340368d0a096c80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 15 08:25:26 2023 -0400
Bump snakeyaml from 1.33 to 2.0 (#1180)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to
2.0.
-
[Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 1027c75b1b..9100dce052 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -199,7 +199,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.33</cxf.snakeyaml.version>
+ <cxf.snakeyaml.version>2.0</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
<cxf.spring.boot.version>2.7.11</cxf.spring.boot.version>
<cxf.spring.ldap.version>2.4.0</cxf.spring.ldap.version>