Upgrade Jakarta Servlet 6.0.0 -> 6.1.0 (#1216)

See:
- https://github.com/eclipse-ee4j/servlet-api/compare/6.0.0-RELEASE...6.1.0-RELEASE
This commit is contained in:
Picnic-DevPla-Bot
2024-06-18 11:04:56 +02:00
committed by GitHub
parent 28a93e949e
commit 1e229949fc

View File

@@ -382,7 +382,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>