Skip to content

Commit 1de5965

Browse files
committed
Revert "Update snakeyaml: 1.33 -> 2.0"
This reverts commit a11e7d7. The snakeyaml 1.33 release is new enough to avoid CVE-2022-25857 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25857), which affects snakeyaml [0, 1.31). We'll stick with 1.33 for now, because 2.0 breaks API compatibility in ways that break the ui-behaviour and bigdataviewer-core projects.
1 parent a11e7d7 commit 1de5965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@
22232223
<org.slf4j.jcl-over-slf4j.version>${jcl-over-slf4j.version}</org.slf4j.jcl-over-slf4j.version>
22242224

22252225
<!-- SnakeYAML - https://bitbucket.org/asomov/snakeyaml -->
2226-
<snakeyaml.version>2.0</snakeyaml.version>
2226+
<snakeyaml.version>1.33</snakeyaml.version>
22272227
<org.yaml.snakeyaml.version>${snakeyaml.version}</org.yaml.snakeyaml.version>
22282228

22292229
<!-- SnakeYAML Engine - https://bitbucket.org/asomov/snakeyaml-engine -->

0 commit comments

Comments
 (0)