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/11 08:10:16 UTC

[camel] branch influxdb created (now f45b7997d47)

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

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


      at f45b7997d47 Upgrade InfluxDB Client Java to version 6.9.0

This branch includes the following new commits:

     new f45b7997d47 Upgrade InfluxDB Client Java to version 6.9.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 Client Java to version 6.9.0

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

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

commit f45b7997d47d1162c709335c203d8bbfdc517b01
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 11 10:08:31 2023 +0200

    Upgrade InfluxDB Client Java to version 6.9.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 894871b50a5..7da62078727 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -221,7 +221,7 @@
         <impsort-maven-plugin-version>1.9.0</impsort-maven-plugin-version>
         <infinispan-version>14.0.11.Final</infinispan-version>
         <influx-java-driver-version>2.23</influx-java-driver-version>
-        <influx-client-java-driver-version>6.8.0</influx-client-java-driver-version>
+        <influx-client-java-driver-version>6.9.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>