This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.20 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 85c353c54291a6a8c2a41c74392dfc61920ca223 Author: PJ Fanning <[email protected]> AuthorDate: Sun Oct 2 21:51:12 2022 +0800 DRILL-8326: Bump SnakeYaml to 1.33 (#2666) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d80d18881a..cebbf0d671 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <libthrift.version>0.14.0</libthrift.version> <derby.version>10.14.2.0</derby.version> <commons.cli.version>1.4</commons.cli.version> - <snakeyaml.version>1.31</snakeyaml.version> + <snakeyaml.version>1.33</snakeyaml.version> <commons.lang3.version>3.10</commons.lang3.version> <testcontainers.version>1.16.3</testcontainers.version> <typesafe.config.version>1.0.0</typesafe.config.version>
