diff --git a/DynmapCore/build.gradle b/DynmapCore/build.gradle index 7a5f1601..beb60e22 100644 --- a/DynmapCore/build.gradle +++ b/DynmapCore/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'com.googlecode.json-simple:json-simple:1.1.1' 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' + implementation 'org.postgresql:postgresql:42.7.11' implementation 'io.github.linktosriram.s3lite:core:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:api:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:http-client-url-connection:0.0.2-SNAPSHOT' diff --git a/forge-1.12.2/build.gradle b/forge-1.12.2/build.gradle index a4755357..04157af6 100644 --- a/forge-1.12.2/build.gradle +++ b/forge-1.12.2/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'com.googlecode.json-simple:json-simple:1.1.1' 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' + implementation 'org.postgresql:postgresql:42.7.11' implementation 'io.github.linktosriram.s3lite:core:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:api:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:http-client-url-connection:0.0.2-SNAPSHOT'