Skip to content

Commit af1fc27

Browse files
committed
fix: degrade snakeyaml v to 1.33
1 parent 4c14688 commit af1fc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@
15801580
<dependency>
15811581
<groupId>org.yaml</groupId>
15821582
<artifactId>snakeyaml</artifactId>
1583-
<version>2.0</version>
1583+
<version>1.33</version>
15841584
</dependency>
15851585

15861586
</dependencies>

0 commit comments

Comments
 (0)