Skip to content

Commit

Permalink
Update EL to 5.0.0 and Servlet 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Nov 23, 2021
1 parent fdc4cad commit 9d2ee4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0-M1</version>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>5.0.0-M3</version>
<version>5.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9d2ee4f

Please sign in to comment.