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

commit 226bf273a19a3fbbd43d24121c41a820bc97c3ee
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri Oct 6 09:23:27 2023 -0400

    NIFI-12179 Upgraded Accumulo from 2.1.1 to 2.1.2
    
    This closes #7843
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index d107a99014..2e77646a81 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -19,7 +19,7 @@
     </parent>
 
     <properties>
-        <accumulo.version>2.1.1</accumulo.version>
+        <accumulo.version>2.1.2</accumulo.version>
         <guava.version>32.1.2-jre</guava.version>
     </properties>
 

Reply via email to