From 599322c1541d9f0b690ce18a28c26f19657d45ec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 11:59:50 +0100 Subject: [PATCH] Upgrade to Janino 3.1.10 Closes gh-36728 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index c57b7371cf3..61acef8e50f 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -55,7 +55,7 @@ bom { ] } } - library("Janino", "3.1.8") { + library("Janino", "3.1.10") { group("org.codehaus.janino") { imports = [ "janino"