NIFI-11454 Upgraded commons-jexl3 from 3.2.1 to 3.3

This closes #7252

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
siddr 2023-05-16 21:09:19 +05:30 committed by exceptionfactory
parent bfe4110b56
commit 607b53504b
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
<version>3.2.1</version>
<version>3.3</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>