Update to taglibs-standard-jstlel:1.2.5

Fixes gh-8267
This commit is contained in:
Josh Cummings 2020-03-31 22:57:08 -06:00
parent e3a1fa2f86
commit 1ba1fb61a7
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -77,7 +77,7 @@ ext.springCoreDependency = [
ext.jstlDependencies = [ ext.jstlDependencies = [
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion", "javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
"org.apache.taglibs:taglibs-standard-jstlel:1.2.1" "org.apache.taglibs:taglibs-standard-jstlel:1.2.5"
] ]
ext.apachedsDependencies = [ ext.apachedsDependencies = [