You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/03/18 15:50:25 UTC

[flink] 05/05: [FLINK-16635] Bump influxdb-java version to 2.17

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

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

commit 405cf8f429c6a5031c21597abe9193bedcb8e15b
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Tue Mar 17 14:38:09 2020 +0100

    [FLINK-16635] Bump influxdb-java version to 2.17
    
    This commit bumps influxdb-java version from 2.16 to 2.17. This resolves a
    dependency convergence problem within the influxdb-java dependency.
    
    This closes #11428.
---
 flink-metrics/flink-metrics-influxdb/pom.xml                 |  2 +-
 .../src/main/resources/META-INF/NOTICE                       | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/flink-metrics/flink-metrics-influxdb/pom.xml b/flink-metrics/flink-metrics-influxdb/pom.xml
index 1d6289a..71cfdbf 100644
--- a/flink-metrics/flink-metrics-influxdb/pom.xml
+++ b/flink-metrics/flink-metrics-influxdb/pom.xml
@@ -57,7 +57,7 @@ under the License.
 		<dependency>
 			<groupId>org.influxdb</groupId>
 			<artifactId>influxdb-java</artifactId>
-			<version>2.16</version>
+			<version>2.17</version>
 		</dependency>
 
 		<!-- test dependencies -->
diff --git a/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE b/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE
index 2cca565..cfd39b4 100644
--- a/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE
+++ b/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE
@@ -6,13 +6,13 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- com.squareup.moshi:moshi:1.5.0
-- com.squareup.okhttp3:logging-interceptor:3.11.0
-- com.squareup.okhttp3:okhttp:3.14.3
+- com.squareup.moshi:moshi:1.8.0
+- com.squareup.okhttp3:logging-interceptor:3.14.4
+- com.squareup.okhttp3:okhttp:3.14.4
 - com.squareup.okio:okio:1.17.2
-- com.squareup.retrofit2:converter-moshi:2.4.0
-- com.squareup.retrofit2:retrofit:2.4.0
+- com.squareup.retrofit2:converter-moshi:2.6.2
+- com.squareup.retrofit2:retrofit:2.6.2
 
 This project bundles the following dependencies under the MIT license. (https://opensource.org/licenses/MIT)
 
-- org.influxdb:influxdb-java:2.14
+- org.influxdb:influxdb-java:2.17