From 295f06346305decbdb5c0c5afa27c76e68285857 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:01 +0000 Subject: [PATCH] Upgrade to Janino 3.1.1 Closes gh-20454 --- 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 938ae6c3a2c..dacbb3c3880 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -695,7 +695,7 @@ bom { ] } } - library("Janino", "3.1.0") { + library("Janino", "3.1.1") { group("org.codehaus.janino") { modules = [ "commons-compiler",