Skip to content

Commit

Permalink
Bump jsp-api from 2.1 to 2.2 (#5462)
Browse files Browse the repository at this point in the history
Bumps jsp-api from 2.1 to 2.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 19, 2020
1 parent 68f759a commit 5eeae2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-webapps/test-jetty-webapp/pom.xml
Expand Up @@ -195,7 +195,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-webapps/test-proxy-webapp/pom.xml
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5eeae2a

Please sign in to comment.