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 07:43:16 UTC

[camel] branch influxdb2-fine-tuning created (now ce7f5621c38)

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

acosentino pushed a change to branch influxdb2-fine-tuning
in repository https://gitbox.apache.org/repos/asf/camel.git


      at ce7f5621c38 Upgrade InfluxDB 2.x Driver to version 6.10.0

This branch includes the following new commits:

     new ce7f5621c38 Upgrade InfluxDB 2.x Driver to version 6.10.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade InfluxDB 2.x Driver to version 6.10.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch influxdb2-fine-tuning
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ce7f5621c383b5ecda99befba8087b6d4a55647a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 31 09:39:38 2023 +0200

    Upgrade InfluxDB 2.x Driver to version 6.10.0
    
    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>