From 9c8e31e2233f4bbb9b2922bf05e276c9899b46b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:25:31 +0000 Subject: [PATCH] Bump com.github.spullara.mustache.java:compiler from 0.9.4 to 0.9.14 Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.4 to 0.9.14. - [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.4...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] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index db13d7999..a361158b0 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -88,7 +88,7 @@ dependencies { } implementation 'com.apollographql.apollo:apollo-runtime:2.4.5' implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0' - implementation 'com.github.spullara.mustache.java:compiler:0.9.4' + implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15' implementation 'io.spring.gradle:spring-security-release-plugin:1.0.3' implementation 'io.spring.nohttp:nohttp-gradle:0.0.10'