You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/31 08:21:00 UTC

[camel] branch main updated: Upgrade InfluxDB 2.x Driver to version 6.10.0 (#10920)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d3cd4966ad0 Upgrade InfluxDB 2.x Driver to version 6.10.0 (#10920)
d3cd4966ad0 is described below

commit d3cd4966ad07f24c9ff60fd6615f4d7293573706
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 31 10:20:52 2023 +0200

    Upgrade InfluxDB 2.x Driver to version 6.10.0 (#10920)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2292d0218ca..de30017713d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -217,7 +217,7 @@
         <impsort-maven-plugin-version>1.9.0</impsort-maven-plugin-version>
         <infinispan-version>14.0.13.Final</infinispan-version>
         <influx-java-driver-version>2.23</influx-java-driver-version>
-        <influx-client-java-driver-version>6.9.0</influx-client-java-driver-version>
+        <influx-client-java-driver-version>6.10.0</influx-client-java-driver-version>
         <irclib-version>1.10</irclib-version>
         <ironmq-version>3.0.5</ironmq-version>
         <ivy-version>2.5.1</ivy-version>