Skip to content

Commit 3faea58

Browse files
committed
Align okhttp3:mockwebserver with the version provided by okhttp-api
1 parent c75f60b commit 3faea58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>io.fabric8</groupId>
238238
<artifactId>kubernetes-server-mock</artifactId>
239-
<version>6.3.1</version>
239+
<version>6.4.1</version>
240240
<scope>test</scope>
241241
<exclusions>
242242
<exclusion>
@@ -257,6 +257,11 @@
257257
<scope>import</scope>
258258
<type>pom</type>
259259
</dependency>
260+
<dependency>
261+
<groupId>com.squareup.okhttp3</groupId>
262+
<artifactId>mockwebserver</artifactId>
263+
<version>4.9.3</version><!-- should be aligned with the version provided by okhttp-api-plugin -->
264+
</dependency>
260265
</dependencies>
261266
</dependencyManagement>
262267

0 commit comments

Comments
 (0)