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

casion pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new 403277b91 fix snakeyaml  bug (#3964)
403277b91 is described below

commit 403277b9192cc3b9ff0c22c2b39aa4f6b01a3e27
Author: huangKai-2323 <[email protected]>
AuthorDate: Mon Dec 12 10:09:00 2022 +0800

    fix snakeyaml  bug (#3964)
---
 linkis-dist/release-docs/LICENSE         | 2 +-
 pom.xml                                  | 7 +++++++
 tool/dependencies/known-dependencies.txt | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/linkis-dist/release-docs/LICENSE b/linkis-dist/release-docs/LICENSE
index 534bf6742..a353b1c81 100644
--- a/linkis-dist/release-docs/LICENSE
+++ b/linkis-dist/release-docs/LICENSE
@@ -377,7 +377,7 @@ See licenses/ for text of these licenses.
     (Apache License, Version 2.0) Open Feign Forms Extension for Spring 
(io.github.openfeign.form:feign-form-spring:3.8.0 - 
https://github.com/OpenFeign/feign-form/feign-form-spring)
     (Apache License, Version 2.0) Reactive Streams Netty driver 
(io.projectreactor.netty:reactor-netty:0.9.7.RELEASE - 
https://github.com/reactor/reactor-netty)
     (Apache License, Version 2.0) Reactor Extra utilities 
(io.projectreactor.addons:reactor-extra:3.3.1.RELEASE - 
https://github.com/reactor/reactor-addons)
-    (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.25 - 
http://www.snakeyaml.org)
+    (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - 
http://www.snakeyaml.org)
     (Apache License, Version 2.0) Spring AOP 
(org.springframework:spring-aop:5.2.1.RELEASE - 
https://github.com/spring-projects/spring-framework)
     (Apache License, Version 2.0) Spring Beans 
(org.springframework:spring-beans:5.2.15.RELEASE - 
https://github.com/spring-projects/spring-framework)
     (Apache License, Version 2.0) Spring Boot 
(org.springframework.boot:spring-boot:2.2.2.RELEASE - 
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot)
diff --git a/pom.xml b/pom.xml
index cac98f02c..b3a9f8086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@
     <slf4j.version>1.7.30</slf4j.version>
     <log4j2.version>2.17.2</log4j2.version>
     <poi.version>5.2.3</poi.version>
+    <snakeyaml.version>1.33</snakeyaml.version>
 
     <!-- jakarta -->
     <annotation-api.version>1.3.5</annotation-api.version>
@@ -924,6 +925,7 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+
     </dependencies>
   </dependencyManagement>
 
@@ -997,6 +999,11 @@
       <artifactId>spring-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.yaml</groupId>
+      <artifactId>snakeyaml</artifactId>
+      <version>${snakeyaml.version}</version>
+    </dependency>
   </dependencies>
 
   <build>
diff --git a/tool/dependencies/known-dependencies.txt 
b/tool/dependencies/known-dependencies.txt
index c0723dc66..0c4278466 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -463,7 +463,7 @@ simpleclient_common-0.8.1.jar
 slf4j-api-1.7.30.jar
 slice-0.38.jar
 slider-core-0.90.2-incubating.jar
-snakeyaml-1.26.jar
+snakeyaml-1.33.jar
 snappy-java-1.0.4.1.jar
 snappy-java-1.0.5.jar
 snappy-java-1.1.4.jar


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to