From 4f7abfdec2f0e590bc02a76c6232f6d2f8925265 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:27:01 +0100 Subject: [PATCH] Upgrade to Janino 3.1.9 Closes gh-35476 --- 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 2da5b863ba2..e17d8a1d7b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -719,7 +719,7 @@ bom { ] } } - library("Janino", "3.1.7") { + library("Janino", "3.1.9") { group("org.codehaus.janino") { modules = [ "commons-compiler",