Update dependency com.github.spullara.mustache.java:compiler to v0.9.10

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` |

⚠️ 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIwLjAuMC1zZW1hbnRpYy1yZWxlYXNlIiwidXBkYXRlZEluVmVyIjoiMC4wLjAtc2VtYW50aWMtcmVsZWFzZSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->


Co-authored-by: Renovate Bot <renovate@scm-manager.org>
This commit is contained in:
Eduard Heimbuch
2023-08-01 12:17:50 +02:00
parent f756dd3a78
commit e7ba4bbfbe

View File

@@ -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',