Skip to content

Commit

Permalink
[telegram] [influxdb] Update okhttp3 lib (#11130)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Skinner <matt@pcmus.com>
  • Loading branch information
Skinah committed Sep 19, 2021
1 parent 66956d7 commit 27a3413
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.telegram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.3</version>
<version>${okhttp.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>3.12.3</version>
<version>${okhttp.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.openhab.persistence.influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<jackson.version>2.12.3</jackson.version>
<karaf.version>4.3.3</karaf.version>
<netty.version>4.1.63.Final</netty.version>
<okhttp.version>3.14.9</okhttp.version>
<sat.version>0.11.1</sat.version>
<spotless.version>2.0.3</spotless.version>

Expand Down

0 comments on commit 27a3413

Please sign in to comment.