This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new accaa6966f Bump snakeyaml from 1.32 to 1.33 (#3757)
accaa6966f is described below
commit accaa6966f17cb9bf6c7d74de3deac49b758c01b
Author: ZhangJian He <[email protected]>
AuthorDate: Wed Feb 1 17:39:54 2023 +0800
Bump snakeyaml from 1.32 to 1.33 (#3757)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index de8cf02080..9ab5ea6e24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
<rocksdb.version>6.29.4.1</rocksdb.version>
<shrinkwrap.version>3.0.1</shrinkwrap.version>
<slf4j.version>1.7.32</slf4j.version>
- <snakeyaml.version>1.32</snakeyaml.version>
+ <snakeyaml.version>1.33</snakeyaml.version>
<spotbugs-annotations.version>4.6.0</spotbugs-annotations.version>
<javax-annotations-api.version>1.3.2</javax-annotations-api.version>
<testcontainers.version>1.15.1</testcontainers.version>