From 16cca99d1fc5ecd25302eb8cd0545cb1c21976a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:10:50 +0000 Subject: [PATCH] Upgrade to Janino 3.1.11 Closes gh-38785 --- 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 4dd785bb66..8223d6ebff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -594,7 +594,7 @@ bom { ] } } - library("Janino", "3.1.10") { + library("Janino", "3.1.11") { group("org.codehaus.janino") { modules = [ "commons-compiler",