Skip to content

Commit

Permalink
Merge pull request #57 from burmanm/snakeyaml_22
Browse files Browse the repository at this point in the history
Update snakeyaml to 2.2 to please scanners with incorrect detection l…
  • Loading branch information
burmanm authored Apr 10, 2024
2 parents c36a8ab + 34357b9 commit 0cd2531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation "org.clojure:core.match:1.1.0"
implementation "org.clojure:core.memoize:1.1.266"
implementation "slingshot:slingshot:0.12.2"
implementation 'org.yaml:snakeyaml:1.33.0.SP1-redhat-00001'
implementation 'org.yaml:snakeyaml:2.2'
implementation "cheshire:cheshire:5.13.0"
implementation 'commons-codec:commons-codec:1.16.1'
implementation ("selmer:selmer:1.12.59") { // templating lib
Expand Down

0 comments on commit 0cd2531

Please sign in to comment.