#1875 - Upgrade to Servlet API 6.0.

This commit is contained in:
Oliver Drotbohm
2022-11-15 23:20:15 +01:00
parent a74aac6d79
commit 3b4710d4ab

View File

@@ -829,7 +829,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>