From 59ada150d6c0ea05f2317899b31bad0a45b4bc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:03:29 +0000 Subject: [PATCH] Bump com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.11 Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.10 to 0.9.11. - [Commits](https://github.com/spullara/mustache.java/compare/0.9.10...mustache.java-0.9.11) --- 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 aeb3cf97..ba4ee99e 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation 'io.projectreactor:reactor-core:3.4.11' implementation 'com.apollographql.apollo:apollo-runtime:2.4.5' implementation 'com.github.ben-manes:gradle-versions-plugin:0.41.0' - implementation 'com.github.spullara.mustache.java:compiler:0.9.10' + implementation 'com.github.spullara.mustache.java:compiler:0.9.11' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.39' implementation 'io.spring.nohttp:nohttp-gradle:0.0.11' implementation 'net.sourceforge.htmlunit:htmlunit:2.37.0'