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

pvillard 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 5fbd3ac7a9 NIFI-10490 Upgrade influxdb-java to 2.23
5fbd3ac7a9 is described below

commit 5fbd3ac7a91b610de83cfeb05ff606be19981a0b
Author: UcanInfosec <[email protected]>
AuthorDate: Mon Sep 12 12:35:17 2022 -0400

    NIFI-10490 Upgrade influxdb-java to 2.23
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6410.
---
 nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml 
b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml
index 04c89e23d9..aa5e337ddf 100644
--- a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.influxdb</groupId>
             <artifactId>influxdb-java</artifactId>
-            <version>2.17</version>
+            <version>2.23</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

Reply via email to