1
0

Bump servlet-api from 2.3 to 2.5 (#27)

Bumps servlet-api from 2.3 to 2.5.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-12-15 09:57:41 -05:00
committed by GitHub
parent 2dc9f4fe59
commit cd9d8d0c9e

View File

@@ -500,7 +500,7 @@ under the License.
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<version>2.3</version> <version>2.5</version>
<scope>provided</scope> <scope>provided</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>