This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new 04eff63 WW-5118 Upgrades OGNL to 3.2.20 to fix problem with long
conversion
04eff63 is described below
commit 04eff63445f8cce6a49c7f4bd4c0a3e2f31f16e3
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Apr 6 07:25:26 2021 +0200
WW-5118 Upgrades OGNL to 3.2.20 to fix problem with long conversion
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5cd54a8..7373522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<jackson.version>2.10.5</jackson.version>
<jackson-databind.version>2.10.5.1</jackson-databind.version>
<log4j2.version>2.13.3</log4j2.version>
- <ognl.version>3.2.16</ognl.version>
+ <ognl.version>3.2.20</ognl.version>
<slf4j.version>1.7.30</slf4j.version>
<spring.platformVersion>4.3.29.RELEASE</spring.platformVersion>
<tiles.version>3.0.8</tiles.version>