From 4c44d83b4566198702fa0c7756b1372f7d022624 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Wed, 27 Jan 2021 09:06:14 +0100 Subject: [PATCH] Issue #5901 Update to javax.servlet.api 4.0.6. (#5918) This brings in a change to the javax.servlet.api module-info to open the javax.servlet.resources package to all modules, so that the dtds and xsds can be retrieved as resources, either from the context Classloader.getResource, or from the ServletContext.class.getResource. Signed-off-by: Jan Bartel --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f75372de16f4..5ea9987778a8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 2.13.0 1.3.0-alpha5 1.2 - 4.0.5 + 4.0.6 1.1.2 9.0.29 9.4.8.Final