MYFACES-4300 upgrade commons-beanutils to 1.9.4
myfaces is not vulnerable, but this library should be updated as a best practice
diff --git a/parent/pom.xml b/parent/pom.xml
index 2968585..d027da1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -419,7 +419,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.9.3</version>
+                <version>1.9.4</version>
                 <scope>compile</scope>
             </dependency>