diff --git a/.config/pmd/java/ruleset.xml b/.config/pmd/java/ruleset.xml
index 4570323..c72b66a 100644
--- a/.config/pmd/java/ruleset.xml
+++ b/.config/pmd/java/ruleset.xml
@@ -316,6 +316,28 @@
 		
 	
 
+	
+		
+			ZipEntry name should be sanitized.
+			Unsanitized names may contain '..' which can result in path traversal ("ZipSlip").
+
+			You can suppress this warning when you properly sanitized the name.
+		
+		4
+		
+			
+				
+
+				
+			
+		
+	
+
 	
 								com.puppycrawl.tools
 								checkstyle
-								12.0.0
+								12.0.1
 							
 						
 						
@@ -70,7 +70,7 @@
 					
 						org.apache.maven.plugins
 						maven-pmd-plugin
-						3.27.0
+						3.28.0
 						
 							true
 							true
diff --git a/spring-security-advanced-authentication-ui/pom.xml b/spring-security-advanced-authentication-ui/pom.xml
index e469efc..1521828 100644
--- a/spring-security-advanced-authentication-ui/pom.xml
+++ b/spring-security-advanced-authentication-ui/pom.xml
@@ -243,7 +243,7 @@
 							
 								com.puppycrawl.tools
 								checkstyle
-								12.0.0
+								12.0.1
 							
 						
 						
@@ -268,7 +268,7 @@
 					
 						org.apache.maven.plugins
 						maven-pmd-plugin
-						3.27.0
+						3.28.0
 						
 							true
 							true