From b70ebe04ffd4af5efaea09ed1d64e39458c5c5fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:48 +0200 Subject: [PATCH] Upgrade to Janino 3.1.8 Closes gh-32348 --- 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 90ca5396dc..5eae1c6490 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -623,7 +623,7 @@ bom { ] } } - library("Janino", "3.1.7") { + library("Janino", "3.1.8") { group("org.codehaus.janino") { modules = [ "commons-compiler",