Skip to content

Commit

Permalink
Bump jakarta.servlet-api from 5.0.0-M1 to 5.0.0 (#5423)
Browse files Browse the repository at this point in the history
Bumps [jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) from 5.0.0-M1 to 5.0.0.
- [Release notes](https://github.com/eclipse-ee4j/servlet-api/releases)
- [Commits](https://github.com/eclipse-ee4j/servlet-api/commits)

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 12, 2020
1 parent d911c0d commit 8c6e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-webapps/test-felix-webapp/pom.xml
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0-M1</version>
<version>5.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8c6e33b

Please sign in to comment.