Skip to content

Commit

Permalink
Update okhttp from 3.13.1 -> 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Mar 26, 2019
1 parent 2bdaab6 commit 9bf3789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.4.0</version>
<version>5.5.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.4.0</version>
<version>1.5.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -245,7 +245,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.24.5</version>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9bf3789

Please sign in to comment.