Updating servlet API to jakarta
diff --git a/ws-security-web/pom.xml b/ws-security-web/pom.xml
index c1439b5..835c4b5 100644
--- a/ws-security-web/pom.xml
+++ b/ws-security-web/pom.xml
@@ -59,9 +59,9 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>javax.servlet-api</artifactId>
-            <version>4.0.1</version>
+            <groupId>jakarta.servlet</groupId>
+            <artifactId>jakarta.servlet-api</artifactId>
+            <version>4.0.4</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>