diff --git a/app/pom.xml b/app/pom.xml
index 4431c026f..4a6ace56c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -57,7 +57,7 @@ limitations under the License.
1.7.36
5.3.20
5.7.1
- 2.5.29
+ 6.1.2
2.3
1.6
1.0.2
@@ -499,7 +499,7 @@ limitations under the License.
com.jgeppert.struts2.bootstrap
struts2-bootstrap-plugin
- 4.0.1
+ 5.0.0
diff --git a/app/src/main/resources/struts.properties b/app/src/main/resources/struts.properties
index fd2435c32..33e57b332 100644
--- a/app/src/main/resources/struts.properties
+++ b/app/src/main/resources/struts.properties
@@ -13,6 +13,9 @@ struts.devMode=false
struts.configuration.xml.reload=false
struts.i18n.reload=false
+# search ApplicationResourses.prperties first then follow class hierarchy
+# struts.i18n.search.defaultbundles.first=true
+
# this enables the translation of action="foo!method" to work nicely
struts.enable.DynamicMethodInvocation=true
struts.mapper.action.prefix.enabled=true