Revert snakeyaml to avoid windows file problem...

This commit is contained in:
Mike Primm 2021-12-07 15:51:50 -06:00
parent 5e12090f95
commit 1f8d584b88
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.29'
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20180219.1'
implementation 'org.postgresql:postgresql:42.2.18'
}