From be5099a9ce486486dc242adef372bf79cfac33cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:49 +0100 Subject: [PATCH] Upgrade to Janino 3.1.9 Closes gh-33307 --- 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 c2de785c7a93..d9b80ffe18b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -572,7 +572,7 @@ bom { ] } } - library("Janino", "3.1.8") { + library("Janino", "3.1.9") { group("org.codehaus.janino") { modules = [ "commons-compiler",