Skip to content

Commit 0cd2531

Browse files
authored
Merge pull request #57 from burmanm/snakeyaml_22
Update snakeyaml to 2.2 to please scanners with incorrect detection l…
2 parents c36a8ab + 34357b9 commit 0cd2531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
implementation "org.clojure:core.match:1.1.0"
9797
implementation "org.clojure:core.memoize:1.1.266"
9898
implementation "slingshot:slingshot:0.12.2"
99-
implementation 'org.yaml:snakeyaml:1.33.0.SP1-redhat-00001'
99+
implementation 'org.yaml:snakeyaml:2.2'
100100
implementation "cheshire:cheshire:5.13.0"
101101
implementation 'commons-codec:commons-codec:1.16.1'
102102
implementation ("selmer:selmer:1.12.59") { // templating lib

0 commit comments

Comments
 (0)