From f05ec7e3001947928ef05b78498059cef0dbd720 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:14:18 +0200 Subject: [PATCH] Upgrade to Janino 3.1.10 Closes gh-36372 --- 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 6f6e2752a4..3f6ff8eb4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -594,7 +594,7 @@ bom { ] } } - library("Janino", "3.1.9") { + library("Janino", "3.1.10") { group("org.codehaus.janino") { modules = [ "commons-compiler",