From 2f4fbfdcf8fdcd18fb52e8e0849b05da868caae0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:21 +0100 Subject: [PATCH] Upgrade to Janino 3.1.4 Closes gh-26543 --- 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 295cf011201..fb954f402ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -699,7 +699,7 @@ bom { ] } } - library("Janino", "3.1.3") { + library("Janino", "3.1.4") { group("org.codehaus.janino") { modules = [ "commons-compiler",