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
commit 7f82377fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>