From adfd960f1fb63beceef0696cd048446a9563852c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:08:29 +0000 Subject: [PATCH] Bump com.github.spullara.mustache.java:compiler from 0.9.3 to 0.9.14 Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.3 to 0.9.14. - [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.3...mustache.java-0.9.14) --- updated-dependencies: - dependency-name: com.github.spullara.mustache.java:compiler dependency-version: 0.9.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'