mirror of https://github.com/apache/nifi.git
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:
parent
a89873f437
commit
99a0c05070
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue