From bfd4c2779aea1baf4e5d104c45f7be4f10c834ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 04:15:33 +0000 Subject: [PATCH] renovatebot(deps): update dependency com.github.spullara.mustache.java:compiler to v0.9.13 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b1fd7b44..aef28280 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation "org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r" implementation "commons-io:commons-io:2.16.1" implementation "com.github.vladimir-bukhtoyarov:bucket4j-core:8.0.1" - implementation "com.github.spullara.mustache.java:compiler:0.9.12" + implementation "com.github.spullara.mustache.java:compiler:0.9.13" implementation "org.springframework.boot:spring-boot-starter-web" implementation "org.springframework.boot:spring-boot-starter-thymeleaf"