From 7ecb51ee396b09d39a99a7512ba3d64cf3eaa31e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Apr 2022 13:15:14 +0200 Subject: [PATCH] Upgrade to Janino 3.1.7 Closes gh-30768 --- 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 8d5cc07bf06..e8f786c15cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -758,7 +758,7 @@ bom { ] } } - library("Janino", "3.1.6") { + library("Janino", "3.1.7") { group("org.codehaus.janino") { modules = [ "commons-compiler",