From 53e44302ccd167f8b2e649570c1499cf5ce409a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 03:11:56 +0000 Subject: [PATCH] Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.13 Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.11 to 0.9.13. - [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.11...mustache.java-0.9.13) --- 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 f1adf1143..f0ab82397 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'io.projectreactor:reactor-core:3.6.5' implementation 'com.apollographql.apollo:apollo-runtime:2.5.14' implementation 'com.github.ben-manes:gradle-versions-plugin:0.51.0' - implementation 'com.github.spullara.mustache.java:compiler:0.9.11' + implementation 'com.github.spullara.mustache.java:compiler:0.9.13' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41' implementation 'io.spring.nohttp:nohttp-gradle:0.0.11' implementation 'net.sourceforge.htmlunit:htmlunit:2.70.0'