Skip to content

Commit 44e4b38

Browse files
authored
Kubernetes client 6.14.0 (#296)
1 parent edca798 commit 44e4b38

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<version>${revision}-${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<properties>
16-
<revision>6.10.0</revision>
16+
<revision>6.14.0</revision>
1717
<changelist>999999-SNAPSHOT</changelist>
1818
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
2020
<jenkins.baseline>2.479</jenkins.baseline>
21-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
21+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2222
<hpi.compatibleSinceVersion>6.8.1</hpi.compatibleSinceVersion>
2323
</properties>
2424
<name>Kubernetes Client API Plugin</name>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.jenkins.tools.bom</groupId>
5757
<artifactId>bom-${jenkins.baseline}.x</artifactId>
58-
<version>3893.v213a_42768d35</version>
58+
<version>4924.v6b_eb_a_79a_d9d0</version>
5959
<scope>import</scope>
6060
<type>pom</type>
6161
</dependency>
@@ -184,6 +184,8 @@
184184
<dependency>
185185
<groupId>org.jenkins-ci.plugins</groupId>
186186
<artifactId>jackson2-api</artifactId>
187+
<!-- Remove when on bom -->
188+
<version>2.19.0-404.vb_b_0fd2fea_e10</version>
187189
</dependency>
188190
<dependency>
189191
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)