diff options
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,8 +69,8 @@ <!-- Development --> <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.4</version> + <artifactId>javax.servlet-api</artifactId> + <version>4.0.1</version> <scope>provided</scope> </dependency> <!-- Springboot --> |