Bump servlet-api from 2.4 to 2.5 (#58)

Bumps servlet-api from 2.4 to 2.5.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml
index dd70714..659c7cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@
     <dependency>

       <groupId>javax.servlet</groupId>

       <artifactId>servlet-api</artifactId>

-      <version>2.4</version>

+      <version>2.5</version>

       <scope>provided</scope>

     </dependency>