From fc478d5c25db5c27b408fa701c6bab670b05a70d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:32:43 +0000 Subject: [PATCH] Upgrade to JMustache 1.16 Closes gh-39011 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d414d31942..85f19e8dec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -690,7 +690,7 @@ bom { ] } } - library("JMustache", "1.15") { + library("JMustache", "1.16") { group("com.samskivert") { modules = [ "jmustache"