From b32dfaad1522b82027771b1bdd3c861d0507de4c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:22 +0200 Subject: [PATCH] Upgrade to Janino 3.1.6 Closes gh-27667 --- 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 9eb0c3fe35..64c1065a6b 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.4") { + library("Janino", "3.1.6") { group("org.codehaus.janino") { modules = [ "commons-compiler",