Skip to content

Commit 48e2043

Browse files
author
jefftlin
committed
Upgrade snakeyaml version to 1.31
1 parent 086cac3 commit 48e2043

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<jdk.compile.version>1.8</jdk.compile.version>
5454
<maven.version>3.3.3</maven.version>
5555
<gson.version>2.8.5</gson.version>
56+
<snakeyaml.version>1.31</snakeyaml.version>
5657
<fasterxml.jackson.version>2.13.2</fasterxml.jackson.version>
5758
<math3.version>3.1.1</math3.version>
5859
<httpclient.version>4.5.4</httpclient.version>
@@ -135,7 +136,11 @@
135136
<artifactId>linkis-common</artifactId>
136137
<version>${linkis.version}</version>
137138
</dependency>
138-
139+
<dependency>
140+
<groupId>org.yaml</groupId>
141+
<artifactId>snakeyaml</artifactId>
142+
<version>${snakeyaml.version}</version>
143+
</dependency>
139144
<dependency>
140145
<groupId>org.apache.linkis</groupId>
141146
<artifactId>linkis-protocol</artifactId>

0 commit comments

Comments
 (0)