From a9324786ee34b5a45bcb712231369519d17a2209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:27:07 -0800 Subject: [PATCH] Bump compiler from 0.9.6 to 0.9.10 in /modules/lang-mustache (#2126) * Bump compiler from 0.9.6 to 0.9.10 in /modules/lang-mustache Bumps [compiler](https://github.com/spullara/mustache.java) from 0.9.6 to 0.9.10. - [Release notes](https://github.com/spullara/mustache.java/releases) - [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.6...0.9.10) --- 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] * Updating SHAs Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- modules/lang-mustache/build.gradle | 2 +- modules/lang-mustache/licenses/compiler-0.9.10.jar.sha1 | 1 + modules/lang-mustache/licenses/compiler-0.9.6.jar.sha1 | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 modules/lang-mustache/licenses/compiler-0.9.10.jar.sha1 delete mode 100644 modules/lang-mustache/licenses/compiler-0.9.6.jar.sha1 diff --git a/modules/lang-mustache/build.gradle b/modules/lang-mustache/build.gradle index a26798bf90b..511a6b144c2 100644 --- a/modules/lang-mustache/build.gradle +++ b/modules/lang-mustache/build.gradle @@ -38,7 +38,7 @@ opensearchplugin { } dependencies { - api "com.github.spullara.mustache.java:compiler:0.9.6" + api "com.github.spullara.mustache.java:compiler:0.9.10" } restResources { diff --git a/modules/lang-mustache/licenses/compiler-0.9.10.jar.sha1 b/modules/lang-mustache/licenses/compiler-0.9.10.jar.sha1 new file mode 100644 index 00000000000..6336318c2ce --- /dev/null +++ b/modules/lang-mustache/licenses/compiler-0.9.10.jar.sha1 @@ -0,0 +1 @@ +6111ae24e3be9ecbd75f5fe908583fc14b4f0174 \ No newline at end of file diff --git a/modules/lang-mustache/licenses/compiler-0.9.6.jar.sha1 b/modules/lang-mustache/licenses/compiler-0.9.6.jar.sha1 deleted file mode 100644 index 9c0e5464147..00000000000 --- a/modules/lang-mustache/licenses/compiler-0.9.6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1b8707299c34406ed0ba40bbf8513352ac4765c9 \ No newline at end of file