We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9e9b8 commit 59588d3Copy full SHA for 59588d3
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## v1.4.5 [unreleased]
5
+
6
+Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1)
7
8
## v1.4.4 [2022-06-08]
9
10
Rebuild container to pull in newer version of Python (3.6.9)
pom.xml
@@ -94,9 +94,9 @@
94
</dependency>
95
<!-- YAML -->
96
<dependency>
97
- <groupId>org.yaml</groupId>
98
- <artifactId>snakeyaml</artifactId>
99
- <version>1.32</version>
+ <groupId>org.snakeyaml</groupId>
+ <artifactId>snakeyaml-engine</artifactId>
+ <version>2.4</version>
100
101
<!-- GraphViz/dot -->
102
0 commit comments