Skip to content

Commit 6f93195

Browse files
authored
Merge branch 'master' into upgrade/7.2.0
2 parents b5a8912 + 44e4b38 commit 6f93195

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>
@@ -250,6 +250,8 @@
250250
<dependency>
251251
<groupId>org.jenkins-ci.plugins</groupId>
252252
<artifactId>jackson2-api</artifactId>
253+
<!-- Remove when on bom -->
254+
<version>2.19.0-404.vb_b_0fd2fea_e10</version>
253255
</dependency>
254256
<dependency>
255257
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)