You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gj...@apache.org on 2022/08/15 19:25:37 UTC

[phoenix-omid] branch master updated: OMID-228 Upgrade snakeyaml.

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

gjacoby 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 ed806299 OMID-228 Upgrade snakeyaml.
     new fcaa4724 Merge pull request #113 from apurtell/OMID-228
ed806299 is described below

commit ed8062990fff45c4f87056d47d53a18c433d8b1f
Author: Andrew Purtell <ap...@salesforce.com>
AuthorDate: Fri Aug 12 11:57:27 2022 -0700

    OMID-228 Upgrade snakeyaml.
    
    Some snakeyaml versions are on the Snyk naughty list.
    See https://security.snyk.io/package/maven/org.yaml:snakeyaml
    
    Upgrade it.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 193f4510..d56aa956 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
         <!-- 2.12+ shades guava -->
         <curator.version>4.2.0</curator.version>
         <zookeeper.version>3.5.9</zookeeper.version>
-        <snakeyaml.version>1.26</snakeyaml.version>
+        <snakeyaml.version>1.30</snakeyaml.version>
         <beanutils.version>1.9.4</beanutils.version>
         <!-- Kept for Java 7 compatibility. Overridden in hbase-2 profile.-->
         <commons-io.version>2.6</commons-io.version>