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/09/14 11:49:58 UTC

[drill] branch master updated: DRILL-8300: Upgrade snakeyaml to 1.32 (#2649)

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 bc52554aeb DRILL-8300: Upgrade snakeyaml to 1.32 (#2649)
bc52554aeb is described below

commit bc52554aebcbc7e3139cde83bc4f65ed1c2593a4
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Sep 14 12:49:50 2022 +0100

    DRILL-8300: Upgrade snakeyaml to 1.32 (#2649)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 512de04338..cf45c3f461 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.31</snakeyaml.version>
+    <snakeyaml.version>1.32</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>