From 244a2457e8a012d89a2900918f3baae91cabb9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:50:36 -0500 Subject: [PATCH] Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 (#332) Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.13 to 0.9.14. - [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.13...mustache.java-0.9.14) --- updated-dependencies: - dependency-name: com.github.spullara.mustache.java:compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fed1de4..c6514c3 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ ext { // Dependencies commonsRdfVersion = "0.5.0" jdbiVersion = "3.10.1" - mustacheVersion = "0.9.13" + mustacheVersion = "0.9.14" trellisVersion = "0.19.0" // Testing