From 6d7b63364b84f3ca20125f21b703b8daf9ff4eb2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:40:56 +0100 Subject: [PATCH] Upgrade to Janino 3.1.2 Closes gh-20770 --- 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 0dc7c7be24..0e178060b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -697,7 +697,7 @@ bom { ] } } - library("Janino", "3.1.1") { + library("Janino", "3.1.2") { group("org.codehaus.janino") { modules = [ "commons-compiler",