Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYARA-3303 Upgrade jstl-api to 1.2.2, jstl-impl to 1.2.5 #3486

Merged
merged 2 commits into from Dec 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions appserver/pom.xml
Expand Up @@ -80,8 +80,8 @@
<jsp-impl.version>2.3.3-b02</jsp-impl.version>

<!-- JSTL -->
<jstl-api.version>1.2.1</jstl-api.version>
<jstl-impl.version>1.2.5-b03</jstl-impl.version>
<jstl-api.version>1.2.2</jstl-api.version>
<jstl-impl.version>1.2.5</jstl-impl.version>

<!-- JSF -->
<javax.faces-spec.version>2.3</javax.faces-spec.version>
Expand Down Expand Up @@ -397,7 +397,7 @@
<nonFinal>false</nonFinal>
<jarType>api</jarType>
<specVersion>1.2</specVersion>
<specImplVersion>1.2.1</specImplVersion>
<specImplVersion>${jstl-impl.version}</specImplVersion>
<apiPackage>javax.servlet.jsp.jstl</apiPackage>
</spec>

Expand Down