You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/10/02 13:51:18 UTC

[drill] branch master updated: DRILL-8326: Bump SnakeYaml to 1.33 (#2666)

This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new c9f5b512dc DRILL-8326: Bump SnakeYaml to 1.33 (#2666)
c9f5b512dc is described below

commit c9f5b512dc669bf3e75f546e491794ebfc3ea92b
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Oct 2 14:51:12 2022 +0100

    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 a565334de1..3ae20e8681 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,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.32</snakeyaml.version>
+    <snakeyaml.version>1.33</snakeyaml.version>
     <commons.lang3.version>3.10</commons.lang3.version>
     <testcontainers.version>1.17.3</testcontainers.version>
     <typesafe.config.version>1.4.2</typesafe.config.version>