This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch roller-6.0.x in repository https://gitbox.apache.org/repos/asf/roller.git
commit 6ecfd22b2f8685fa8b63e97b52aa4d773298d305 Author: David M. Johnson <[email protected]> AuthorDate: Fri Nov 22 17:51:43 2019 -0500 Temporarily switch to test version of Struts 2.5.22 for testing. --- app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pom.xml b/app/pom.xml index a7afaa6..b71cf12 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -57,7 +57,7 @@ limitations under the License. <slf4j.version>1.7.26</slf4j.version> <spring.version>4.1.4.RELEASE</spring.version> <spring.security.version>3.2.5.RELEASE</spring.security.version> - <struts.version>2.5.21</struts.version> + <struts.version>2.5.22</struts.version> <velocity.version>1.7</velocity.version> <webjars.version>1.5</webjars.version> <ws-commons-util.version>1.0.2</ws-commons-util.version>
