Merge pull request #5350 from eclipse/dependabot/maven/jetty-10.0.x/javax.servlet.jsp-jsp-api-2.2

Bump jsp-api from 2.1 to 2.2
This commit is contained in:
Joakim Erdfelt 2020-09-28 04:45:22 -05:00 committed by GitHub
commit bb0c558128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>