This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new c78940f01c Bump snakeyaml from 1.32 to 2.0 in /converter/serializer
(#207)
c78940f01c is described below
commit c78940f01ccce08ed1241822a1390d963dd968d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 20 08:29:40 2023 +0200
Bump snakeyaml from 1.32 to 2.0 in /converter/serializer (#207)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to
2.0.
-
[Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.32)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
converter/serializer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/converter/serializer/pom.xml b/converter/serializer/pom.xml
index abbc507f90..d015202590 100644
--- a/converter/serializer/pom.xml
+++ b/converter/serializer/pom.xml
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.32</version>
+ <version>2.0</version>
</dependency>
<dependency>