From 7d5484e9d165a2575c18ddbbac632259ae12a260 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:48 +0000 Subject: [PATCH] Upgrade to Janino 3.1.3 Closes gh-25210 --- 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 abc4278c3a7..8302ff5b177 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -617,7 +617,7 @@ bom { ] } } - library("Janino", "3.1.2") { + library("Janino", "3.1.3") { group("org.codehaus.janino") { modules = [ "commons-compiler",