This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 941f4f8f8b5e949abe042edd781273aebc14352c Author: mr1716 <msr1...@rit.edu> AuthorDate: Fri Jul 28 08:07:45 2023 -0400 NIFI-11866 Upgraded mvel2 from 2.4.15 to 2.5.0 This closes #7533 Signed-off-by: David Handermann <exceptionfact...@apache.org> (cherry picked from commit 32c80ac2945e0a8e18dd1caeb955204a73053599) --- .../nifi-rules-action-handler-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml index 11d7c9f16f..7f5d5330cb 100644 --- a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml +++ b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml @@ -60,7 +60,7 @@ <dependency> <groupId>org.mvel</groupId> <artifactId>mvel2</artifactId> - <version>2.4.15.Final</version> + <version>2.5.0.Final</version> </dependency> <dependency> <groupId>org.springframework</groupId>