From 08a233153e72b53638c8c60ccc7280b6346830f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:38 +0200 Subject: [PATCH] Upgrade to Glassfish EL 3.0.4 Closes gh-28005 --- 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 45f467ca3b..2eb0273541 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -336,7 +336,7 @@ bom { ] } } - library("Glassfish EL", "3.0.3") { + library("Glassfish EL", "3.0.4") { prohibit("[4.0.0-RC1,)") { because "it uses the jakarta.* namespace" }