Upgrade to Javax Servlet JSP JSTL 1.2.2.

This commit is contained in:
John Blum
2021-06-11 14:21:30 -07:00
parent f1d2e871a5
commit 7b1e763f3f

View File

@@ -7,7 +7,7 @@ findbugsVersion=3.0.2
# Spring Boot 2.3 sets Apache Groovy version to 2.5.11
# https://github.com/spring-projects/spring-boot/blob/v2.3.0.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle#L365
#groovyVersion=2.4.19
javaxServletJspJstlApiVersion=1.2.1
javaxServletJspJstlApiVersion=1.2.2
multithreadedtcVersion=1.01
# The Spring Boot & Spring Session version are the only required version properties.
# The other Spring version properties are for overriding/testing purposes.