Skip to content

Commit 59588d3

Browse files
committed
switch to snakeyaml-engine (YAML 1.2)
1 parent 6b9e9b8 commit 59588d3

File tree

3 files changed

+154
-157
lines changed

3 files changed

+154
-157
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## v1.4.5 [unreleased]
5+
6+
Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1)
7+
48
## v1.4.4 [2022-06-08]
59

610
Rebuild container to pull in newer version of Python (3.6.9)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
</dependency>
9595
<!-- YAML -->
9696
<dependency>
97-
<groupId>org.yaml</groupId>
98-
<artifactId>snakeyaml</artifactId>
99-
<version>1.32</version>
97+
<groupId>org.snakeyaml</groupId>
98+
<artifactId>snakeyaml-engine</artifactId>
99+
<version>2.4</version>
100100
</dependency>
101101
<!-- GraphViz/dot -->
102102
<dependency>

0 commit comments

Comments
 (0)