diff --git a/pom.xml b/pom.xml
index c899751..03fe307 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,17 +133,17 @@
org.apache.struts
struts2-core
- 2.5.33
+ 6.7.0
org.apache.struts
struts2-junit-plugin
- 2.5.33
+ 6.7.0
org.apache.struts
struts2-convention-plugin
- 2.5.20
+ 6.7.0
org.springframework.security
diff --git a/src/com/fuse/actions/FSActionSupport.java b/src/com/fuse/actions/FSActionSupport.java
index f5112a4..ec13aef 100644
--- a/src/com/fuse/actions/FSActionSupport.java
+++ b/src/com/fuse/actions/FSActionSupport.java
@@ -51,7 +51,7 @@
public class FSActionSupport extends ActionSupport implements SessionAware, ServletRequestAware, ServletResponseAware {
- protected SessionMap JSESSION;
+ protected SessionMap JSESSION;
protected Map COOKIES;
public HttpServletRequest request = ServletActionContext.getRequest();
public HttpServletResponse response = ServletActionContext.getResponse();
diff --git a/src/struts.xml b/src/struts.xml
index b0902ac..56ecc3b 100644
--- a/src/struts.xml
+++ b/src/struts.xml
@@ -1,7 +1,7 @@
+ "-//Apache Software Foundation//DTD Struts Configuration 6.0//EN"
+ "https://struts.apache.org/dtds/struts-6.0.dtd">
@@ -52,6 +52,8 @@
+
+