You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/04/23 06:00:55 UTC

[kylin] 14/22: KYLIN-5497 fix snyk vulnerabilities, upgrade org.yaml:snakeyaml from 1.31 to 1.32

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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 11115c1c33ab34f855215bb4fdbc1473c6a3c04c
Author: huangsheng <hu...@163.com>
AuthorDate: Wed Feb 1 11:04:50 2023 +0800

    KYLIN-5497 fix snyk vulnerabilities, upgrade org.yaml:snakeyaml from 1.31 to 1.32
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 127e57b13d..4919bf6806 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
         <bcprov-ext-jdk15on.version>1.67</bcprov-ext-jdk15on.version>
         <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
         <opencsv.version>5.5.2</opencsv.version>
-        <snakeyaml.version>1.31</snakeyaml.version>
+        <snakeyaml.version>1.32</snakeyaml.version>
 
         <mybatis.version>3.5.6</mybatis.version>
         <mybatis-sql.version>1.3.1</mybatis-sql.version>