Author: lukaszlenart Date: Sat Apr 7 07:30:06 2012 New Revision: 1310686 URL: http://svn.apache.org/viewvc?rev=1310686&view=rev Log: WW-3746 Upgrades OGNL to version 3.0.5 to solve problem with running Struts 2 application within secured environment
Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1310686&r1=1310685&r2=1310686&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sat Apr 7 07:30:06 2012 @@ -85,7 +85,7 @@ <properties> <currentVersion>${project.version}</currentVersion> <struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion> - <ognl.version>3.0.4</ognl.version> + <ognl.version>3.0.5</ognl.version> <asm.version>3.3</asm.version> <tiles.version>2.0.6</tiles.version> </properties>