This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 99a0c05070 NIFI-10361 Upgraded commons-jexl3 from 3.1 to 3.2.1
99a0c05070 is described below

commit 99a0c050704ddd71c2bce0ead6a15046f7d0db12
Author: mr1716 <[email protected]>
AuthorDate: Tue Aug 16 12:52:15 2022 -0400

    NIFI-10361 Upgraded commons-jexl3 from 3.1 to 3.2.1
    
    This closes #6305
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml        | 2 +-
 nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml 
b/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml
index 1e60c56ee2..fa8a2c10f4 100644
--- a/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml
@@ -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>
diff --git 
a/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml 
b/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml
index 67b9ad075a..a0845f25e9 100644
--- a/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml
+++ b/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml
@@ -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>
\ No newline at end of file
+</project>

Reply via email to