You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2023/02/15 14:28:21 UTC

[phoenix-omid] branch master updated: OMID-234 Bump SnakeYaml version to 1.33 (#127)

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

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new e927aa26 OMID-234 Bump SnakeYaml version to 1.33 (#127)
e927aa26 is described below

commit e927aa2605b3c75a78eb87fe16781eeca995479f
Author: richardantal <ri...@apache.org>
AuthorDate: Wed Feb 15 15:28:16 2023 +0100

    OMID-234 Bump SnakeYaml version to 1.33 (#127)
---
 common/pom.xml | 1 -
 pom.xml        | 9 ++++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index bf1c09d0..86c8a26b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -63,7 +63,6 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>${snakeyaml.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-beanutils</groupId>
diff --git a/pom.xml b/pom.xml
index c5bf548d..3b2a4100 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
         <!-- 2.12+ shades guava -->
         <curator.version>4.2.0</curator.version>
         <zookeeper.version>3.5.9</zookeeper.version>
-        <snakeyaml.version>1.30</snakeyaml.version>
+        <snakeyaml.version>1.33</snakeyaml.version>
         <beanutils.version>1.9.4</beanutils.version>
         <commons-io.version>2.11.0</commons-io.version>
         <google.findbugs.version>3.0.1</google.findbugs.version>
@@ -1071,6 +1071,13 @@
                 <version>${netty4.version}</version>
             </dependency>
             
+            <!-- set version for snakeyaml transitive dependencies -->
+            <dependency>
+                <groupId>org.yaml</groupId>
+                <artifactId>snakeyaml</artifactId>
+                <version>${snakeyaml.version}</version>
+            </dependency>
+
 
 
             <dependency>