Skip to content

Commit

Permalink
Update kubernetes-client api to 6.10.0 (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Jan 29, 2024
1 parent 01a4bc4 commit 1d80457
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
<version>4.9.3</version>
<!-- should be aligned with the version provided by okhttp-api-plugin -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
<!-- transitive dependency of kubernetes-client-api 6.10.0 to fix upper bound -->
<version>2.30.1.77-225.v26ea_c9455fd9</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>kubernetes-client-api</artifactId>
<!-- until it gets into BOM -->
<version>6.10.0-240.v57880ce8b_0b_2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -157,7 +169,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-server-mock</artifactId>
<version>6.8.1</version>
<version>6.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1d80457

Please sign in to comment.