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 2022/02/07 08:23:26 UTC

[karaf-decanter] branch main updated: [KARAF-7341] Upgrade to influxdb 2.22

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f211af8  [KARAF-7341] Upgrade to influxdb 2.22
     new 9e61b25  Merge pull request #284 from jbonofre/KARAF-7341
f211af8 is described below

commit f211af8030b565757611999a5586216f80c8e79f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 31 17:21:12 2022 +0100

    [KARAF-7341] Upgrade to influxdb 2.22
---
 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 1da3708..f43d240 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.21</version>
+            <version>2.22</version>
         </dependency>
     </dependencies>