You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/12/01 06:31:08 UTC

[karaf-decanter] branch master updated: [KARAF-6944] Upgrade to influxdb 2.20

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new ffdafc4  [KARAF-6944] Upgrade to influxdb 2.20
     new c102d4a  Merge pull request #198 from jbonofre/KARAF-6944
ffdafc4 is described below

commit ffdafc4cb2db971833ac3aa270b07b79d6945d89
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 30 18:57:53 2020 +0100

    [KARAF-6944] Upgrade to influxdb 2.20
---
 appender/influxdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appender/influxdb/pom.xml b/appender/influxdb/pom.xml
index 50a44fb..e6b48be 100644
--- a/appender/influxdb/pom.xml
+++ b/appender/influxdb/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.influxdb</groupId>
             <artifactId>influxdb-java</artifactId>
-            <version>2.19</version>
+            <version>2.20</version>
         </dependency>
     </dependencies>