akishichinibu commented on code in PR #4568: URL: https://github.com/apache/zeppelin/pull/4568#discussion_r1119639379
########## influxdb/pom.xml: ########## @@ -35,8 +35,8 @@ <properties> <interpreter.name>influxdb</interpreter.name> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <influxdb.client.version>1.7.0</influxdb.client.version> - <dependency.okhttp3.version>3.13.1</dependency.okhttp3.version> + <influxdb.client.version>2.3.0</influxdb.client.version> + <dependency.okhttp3.version>4.7.2</dependency.okhttp3.version> Review Comment: `MockWebServer` is used in the unit test of `InfluxDBInterpeter`. The test dependency [okhttp3](https://mvnrepository.com/artifact/com.influxdb/influxdb-client-core/6.7.0#:~:text=com.squareup.okhttp3%20%C2%BB%20mockwebserver) should also be upgrade to `4.7.2` or the tests will fail. ########## influxdb/pom.xml: ########## @@ -35,8 +35,8 @@ <properties> <interpreter.name>influxdb</interpreter.name> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <influxdb.client.version>1.7.0</influxdb.client.version> - <dependency.okhttp3.version>3.13.1</dependency.okhttp3.version> + <influxdb.client.version>2.3.0</influxdb.client.version> + <dependency.okhttp3.version>4.7.2</dependency.okhttp3.version> Review Comment: `MockWebServer` is used in the unit test of `InfluxDBInterpeter`. The test dependency [okhttp3](https://mvnrepository.com/artifact/com.influxdb/influxdb-client-core/6.7.0#:~:text=com.squareup.okhttp3%20%C2%BB%20mockwebserver) should also be upgraded to `4.7.2` or the tests will fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org