From ef5476c7648771134c5d5c06641b298c7104f2f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:27 +0200 Subject: [PATCH] Upgrade to Janino 3.1.4 Closes gh-26502 --- 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 cba78029cc..e44c1bb3b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -618,7 +618,7 @@ bom { ] } } - library("Janino", "3.1.3") { + library("Janino", "3.1.4") { group("org.codehaus.janino") { modules = [ "commons-compiler",