diff --git a/build.gradle b/build.gradle index 7b4db7ee..fbbcffe4 100644 --- a/build.gradle +++ b/build.gradle @@ -187,7 +187,7 @@ dependencies { // TODO DEPS Need to rework the java common logger to not use syslog4j at all since it's // abandonware and has a ton of CVEs, even in the newer versions. implementation "org.syslog4j:syslog4j:0.9.46" - implementation 'com.github.spullara.mustache.java:compiler:0.9.3' + implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'com.nulab-inc:zxcvbn:1.2.2' implementation 'nl.basjes.parse.useragent:yauaa:1.3' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.5.4'