Merge pull request #762 from haraldk/dependabot/maven/javax.servlet-servlet-api-2.5

Bump servlet-api from 2.4 to 2.5
This commit is contained in:
Harald Kuhr
2023-05-25 13:59:05 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>