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 2020/01/09 11:38:49 UTC

[camel] branch master updated: Upgrade Influxdb Java and related bundle to version 2.17

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d3d83f  Upgrade Influxdb Java and related bundle to version 2.17
2d3d83f is described below

commit 2d3d83f0faff222f8ca5e1a639079d2765b6b8a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 9 12:38:14 2020 +0100

    Upgrade Influxdb Java and related bundle to version 2.17
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ba6c118..ccc6cdd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -282,8 +282,8 @@
         <ignite-version>2.7.6</ignite-version>
         <infinispan-version>10.0.1.Final</infinispan-version>
         <infinispan-spring-boot-version>2.1.7.Final</infinispan-spring-boot-version>
-        <influx-java-driver-version>2.16</influx-java-driver-version>
-        <influx-java-driver-bundle-version>2.16_1</influx-java-driver-bundle-version>
+        <influx-java-driver-version>2.17</influx-java-driver-version>
+        <influx-java-driver-bundle-version>2.17_1</influx-java-driver-bundle-version>
         <influx-guava-version>20.0</influx-guava-version>
         <irclib-bundle-version>1.10_5</irclib-bundle-version>
         <irclib-version>1.10</irclib-version>