[telegram] [influxdb] Update okhttp3 lib (#11130)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
Matthew Skinner
2021-09-20 06:08:13 +10:00
committed by GitHub
parent 66956d736f
commit 27a341311e
3 changed files with 5 additions and 4 deletions

View File

@@ -71,7 +71,7 @@
<dependency>
<artifactId>okhttp</artifactId>
<groupId>com.squareup.okhttp3</groupId>
<version>3.14.4</version>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<artifactId>retrofit</artifactId>
@@ -86,7 +86,7 @@
<dependency>
<artifactId>logging-interceptor</artifactId>
<groupId>com.squareup.okhttp3</groupId>
<version>3.14.4</version>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<artifactId>rxjava</artifactId>