From d525d36fb94d198b8eaf8c4b593e979eaae1632a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 10:32:39 +0200 Subject: [PATCH] Upgrade to Janino 3.1.8 Closes gh-32324 --- 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 375660d09d..7b50773396 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -763,7 +763,7 @@ bom { ] } } - library("Janino", "3.1.7") { + library("Janino", "3.1.8") { group("org.codehaus.janino") { modules = [ "commons-compiler",