From e0b08f0536c7bd833ad5c1a21c7a53d626638aa5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:20:12 +0100 Subject: [PATCH] Upgrade to Janino 3.1.9 Closes gh-33271 --- 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 53e2102feab..99e508b66e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -732,7 +732,7 @@ bom { ] } } - library("Janino", "3.1.8") { + library("Janino", "3.1.9") { group("org.codehaus.janino") { modules = [ "commons-compiler",