Skip to content

Commit

Permalink
Merge pull request #4251 from atlanhq/revert-snakeyaml
Browse files Browse the repository at this point in the history
fix: revert snakeyaml v2.0 to 1.33
  • Loading branch information
sumandas0 authored Feb 20, 2025
2 parents 4c14688 + af1fc27 commit 8582d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>1.33</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 8582d46

Please sign in to comment.