From 6ea6aa42f7b3ecae4f634e79b344632f0ee5d7ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 17:58:47 +0000 Subject: [PATCH] Upgrade to Janino 3.1.12 Closes gh-39571 --- 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 a98b6069ea..f33dc42d82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -606,7 +606,7 @@ bom { ] } } - library("Janino", "3.1.11") { + library("Janino", "3.1.12") { group("org.codehaus.janino") { modules = [ "commons-compiler",