From e7ba4bbfbe7966bfad5d304cee205d1cc47660f9 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Tue, 1 Aug 2023 12:17:50 +0200 Subject: [PATCH] Update dependency com.github.spullara.mustache.java:compiler to v0.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | dependencies | patch | `0.9.7` -> `0.9.10` | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index e936a5af69..01b11d9927 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -123,7 +123,7 @@ ext { cronUtils: 'com.cronutils:cron-utils:9.1.+', // templates - mustache: 'com.github.spullara.mustache.java:compiler:0.9.7', + mustache: 'com.github.spullara.mustache.java:compiler:0.9.10', // static resources webResources: 'com.github.sdorra:web-resources:1.1.1',