Skip to content

Commit 1d80457

Browse files
authored
Update kubernetes-client api to 6.10.0 (#1507)
1 parent 01a4bc4 commit 1d80457

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@
7272
<version>4.9.3</version>
7373
<!-- should be aligned with the version provided by okhttp-api-plugin -->
7474
</dependency>
75+
<dependency>
76+
<groupId>org.jenkins-ci.plugins</groupId>
77+
<artifactId>bouncycastle-api</artifactId>
78+
<!-- transitive dependency of kubernetes-client-api 6.10.0 to fix upper bound -->
79+
<version>2.30.1.77-225.v26ea_c9455fd9</version>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.jenkins-ci.plugins</groupId>
83+
<artifactId>kubernetes-client-api</artifactId>
84+
<!-- until it gets into BOM -->
85+
<version>6.10.0-240.v57880ce8b_0b_2</version>
86+
</dependency>
7587
</dependencies>
7688
</dependencyManagement>
7789

@@ -157,7 +169,7 @@
157169
<dependency>
158170
<groupId>io.fabric8</groupId>
159171
<artifactId>kubernetes-server-mock</artifactId>
160-
<version>6.8.1</version>
172+
<version>6.10.0</version>
161173
<scope>test</scope>
162174
</dependency>
163175
<dependency>

0 commit comments

Comments
 (0)