From 3ada6e9304f34d55644e031416bb7f38ee217250 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:14 +0000 Subject: [PATCH] Upgrade to Janino 3.1.3 Closes gh-25193 --- 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 cb4d9b8d5e58..a8ae5badd9a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -675,7 +675,7 @@ bom { ] } } - library("Janino", "3.1.2") { + library("Janino", "3.1.3") { group("org.codehaus.janino") { modules = [ "commons-compiler",