Skip to content

Commit f0bfcd8

Browse files
committed
Drop okhttp 2.x managed dependency
Closes gh-14442
1 parent 9beab01 commit f0bfcd8

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
<artifactId>sisu-inject-plexus</artifactId>
8989
<version>2.6.0</version>
9090
</dependency>
91-
<dependency>
92-
<groupId>com.squareup.okhttp</groupId>
93-
<artifactId>okhttp</artifactId>
94-
<version>2.7.5</version>
95-
</dependency>
9691
<dependency>
9792
<groupId>com.squareup.okhttp3</groupId>
9893
<artifactId>okhttp</artifactId>

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,6 @@
308308
<artifactId>mssql-jdbc</artifactId>
309309
<scope>test</scope>
310310
</dependency>
311-
<dependency>
312-
<groupId>com.squareup.okhttp</groupId>
313-
<artifactId>okhttp</artifactId>
314-
<scope>test</scope>
315-
</dependency>
316311
<dependency>
317312
<groupId>com.squareup.okhttp3</groupId>
318313
<artifactId>okhttp</artifactId>

0 commit comments

Comments
 (0)