From 7739c3337d7d47184c739670a09a26762675bee6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:25 +0200 Subject: [PATCH] Upgrade to Janino 3.1.4 Closes gh-26485 --- 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 b9fd1b056f0..6430081a1fd 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.3") { + library("Janino", "3.1.4") { group("org.codehaus.janino") { modules = [ "commons-compiler",