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

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


The following commit(s) were added to refs/heads/master by this push:
     new be350d3  Fix #1208 Use influxdb 2.18 as in Camel 3.3.0
be350d3 is described below

commit be350d305dfacc663e87dc31f7d1e52a4f8ac524
Author: Peter Palaga <[email protected]>
AuthorDate: Tue May 26 13:35:50 2020 +0200

    Fix #1208 Use influxdb 2.18 as in Camel 3.3.0
---
 pom.xml          | 2 +-
 poms/bom/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be6393d..14493c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <hapi.version>4.1.0</hapi.version>
         <httpclient.cache.version>4.5.5</httpclient.cache.version>
         <httpmime.version>4.1.3</httpmime.version>
-        <influxdb.version>2.17</influxdb.version><!-- workaround for 
https://github.com/apache/camel-quarkus/issues/1208 -->
+        <influxdb.version>2.18</influxdb.version><!-- workaround for 
https://github.com/apache/camel-quarkus/issues/1208 -->
         <jackson.version>2.10.3</jackson.version>
         <java.xml.ws.version>2.3.1</java.xml.ws.version>
         <javassist.version>3.22.0-CR2</javassist.version><!-- debezium -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 79361a7..b132d85 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2032,6 +2032,11 @@
             </dependency>
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>
+                <artifactId>logging-interceptor</artifactId>
+                <version>${okhttp.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.squareup.okhttp3</groupId>
                 <artifactId>okhttp</artifactId>
                 <version>${okhttp.version}</version>
             </dependency>

Reply via email to