Skip to content

Commit

Permalink
Update OkHttp to v4.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia committed Jul 14, 2021
1 parent adcce5a commit 96c0515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion kubernetes-server-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
</project>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@

<!-- Core versions -->
<sundrio.version>0.40.1</sundrio.version>
<okhttp.version>3.12.12</okhttp.version>
<okhttp.bundle.version>3.12.1_1</okhttp.bundle.version>
<okhttp.version>4.9.0</okhttp.version>
<okhttp.bundle.version>4.9.0_1</okhttp.bundle.version>
<okio.version>1.15.0</okio.version>
<okio.bundle.version>1.15.0_1</okio.bundle.version>
<jackson.version>2.11.2</jackson.version>
<mockwebserver.version>0.1.8</mockwebserver.version>
<mockwebserver.version>0.1.9-SNAPSHOT</mockwebserver.version>

<!-- API versions -->
<jsr305.version>3.0.2</jsr305.version>
Expand Down Expand Up @@ -473,10 +473,10 @@

<!-- Testing and Mocking -->
<dependency>
<groupId>io.dekorate</groupId>
<groupId>io.fabric8</groupId>
<artifactId>mockwebserver</artifactId>
<version>${mockwebserver.version}</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 96c0515

Please sign in to comment.