From f841cafbc914cbd5ec01eadef1ad966cb7c8f3cf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:23:23 +0100 Subject: [PATCH] Upgrade to Janino 3.1.9 Closes gh-33274 --- 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 431f237dc3..8205808b25 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.8") { + library("Janino", "3.1.9") { group("org.codehaus.janino") { modules = [ "commons-compiler",