From 1f1f510cec159ee06af981c9d99614f9d8c0fd13 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:18 +0000 Subject: [PATCH] Upgrade to Janino 3.1.3 Closes gh-25237 --- 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 6268a85220..879d586d9b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -676,7 +676,7 @@ bom { ] } } - library("Janino", "3.1.2") { + library("Janino", "3.1.3") { group("org.codehaus.janino") { modules = [ "commons-compiler",