This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/WW-5326-ognl in repository https://gitbox.apache.org/repos/asf/struts.git
commit 7823fa4b89cedb54996e87c8c53364759381919f Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Mar 30 08:48:39 2025 +0200 WW-5326 Upgrades to OGNL 3.4.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7fbfb6bd6..07f01c7d5 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ <log4j2.version>2.24.3</log4j2.version> <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> <mockito.version>5.15.2</mockito.version> - <ognl.version>3.3.5</ognl.version> + <ognl.version>3.4.6</ognl.version> <slf4j.version>2.0.16</slf4j.version> <spring.version>6.2.3</spring.version> <velocity-tools.version>3.1</velocity-tools.version>