Skip to content

Commit 73d36f3

Browse files
authored
Merge pull request #1330 from Vlatombe/trying-okhttp-api-plugin
2 parents 67c727e + 6e499cc commit 73d36f3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.jenkins-ci.plugins</groupId>
5858
<artifactId>kubernetes-client-api</artifactId>
59-
<version>6.4.1-208.vfe09a_9362c2c</version>
59+
<version>6.4.1-215.v2ed17097a_8e9</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.jenkins-ci.plugins</groupId>
@@ -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)