Skip to content

Commit

Permalink
Merge pull request #5350 from eclipse/dependabot/maven/jetty-10.0.x/j…
Browse files Browse the repository at this point in the history
…avax.servlet.jsp-jsp-api-2.2

Bump jsp-api from 2.1 to 2.2
  • Loading branch information
joakime committed Sep 28, 2020
2 parents 98264d6 + e82365b commit bb0c558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/demo-jetty-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-proxy-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bb0c558

Please sign in to comment.