From 4848f8db5b615b3d3503f146510c57b9187406dc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 09:31:03 +0200 Subject: [PATCH] Upgrade to Janino 3.1.8 Closes gh-32309 --- 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 2ff3e948f900..245302468925 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.7") { + library("Janino", "3.1.8") { group("org.codehaus.janino") { modules = [ "commons-compiler",