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

mthomsen 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 3ddac48c6d NIFI-11734 Upgraded Apache Accumulo from 2.1.0 to 2.1.1
3ddac48c6d is described below

commit 3ddac48c6dceb9b5543a90e7dec5be998188873d
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Jun 21 09:43:34 2023 -0500

    NIFI-11734 Upgraded Apache Accumulo from 2.1.0 to 2.1.1
    
    This closes #7418
    
    Signed-off-by: Mike Thomsen <mthom...@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 15b3f237b3..ba4618b006 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.0</accumulo.version>
+        <accumulo.version>2.1.1</accumulo.version>
         <guava.version>32.0.1-jre</guava.version>
     </properties>
 

Reply via email to