From 493e3cb2ab56e1e3507a6dda7a543dfa1e5e28bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:43 +0100 Subject: [PATCH] Upgrade to Glassfish JSTL 3.0.1 Closes gh-33305 --- 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 4aa052e5ef91..45669f228232 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -277,7 +277,7 @@ bom { ] } } - library("Glassfish JSTL", "3.0.0") { + library("Glassfish JSTL", "3.0.1") { group("org.glassfish.web") { modules = [ "jakarta.servlet.jsp.jstl"