Skip to content

Commit

Permalink
chore: bump OkHttp client version
Browse files Browse the repository at this point in the history
Versions above 3.12.x have dropped support for Java 7.

Related: https://square.github.io/okhttp/changelog_3x/#version-3130
  • Loading branch information
darrachequesne committed Dec 10, 2020
1 parent 180db95 commit 8016a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.8.1</version>
<version>3.12.12</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit 8016a5d

Please sign in to comment.