NIFI-10361 Upgraded commons-jexl3 from 3.1 to 3.2.1

This closes #6305

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2022-08-16 12:52:15 -04:00 committed by exceptionfactory
parent a89873f437
commit 99a0c05070
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
<version>3.1</version>
<version>3.2.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@ -104,4 +104,4 @@
</plugin>
</plugins>
</build>
</project>
</project>