Browse Source

Upgrade to okhttp 3.11.0

Closes gh-14427
pull/14446/head
Phillip Webb 8 years ago
parent
commit
9beab013f9
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

@ -96,7 +96,7 @@ @@ -96,7 +96,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.9.0</version>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>

Loading…
Cancel
Save