Skip to content

Commit d388fca

Browse files
authored
Merge pull request #221 from jenkinsci/dependabot/maven/revision-6.8.1
2 parents d689583 + efe7925 commit d388fca

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.67</version>
7+
<version>4.72</version>
88
<relativePath />
99
</parent>
1010

@@ -13,11 +13,13 @@
1313
<version>${revision}-${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<properties>
16-
<revision>6.4.1</revision>
16+
<revision>6.8.1</revision>
1717
<changelist>999999-SNAPSHOT</changelist>
1818
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
19-
<jenkins.version>2.361.4</jenkins.version>
20-
<bom>2.361.x</bom>
19+
<jenkins.version>2.401.1</jenkins.version>
20+
<bom>2.401.x</bom>
21+
<bom.version>2357.v1043f8578392</bom.version>
22+
<hpi.compatibleSinceVersion>6.8.1</hpi.compatibleSinceVersion>
2123
</properties>
2224
<name>Kubernetes Client API Plugin</name>
2325
<description>This plugin provides the fabric8.io Kubernetes Client API to plugins.</description>
@@ -53,7 +55,7 @@
5355
<dependency>
5456
<groupId>io.jenkins.tools.bom</groupId>
5557
<artifactId>bom-${bom}</artifactId>
56-
<version>1706.vc166d5f429f8</version>
58+
<version>${bom.version}</version>
5759
<scope>import</scope>
5860
<type>pom</type>
5961
</dependency>
@@ -188,10 +190,6 @@
188190
<artifactId>bouncycastle-api</artifactId>
189191
<scope>runtime</scope>
190192
</dependency>
191-
<dependency>
192-
<groupId>io.jenkins.plugins</groupId>
193-
<artifactId>snakeyaml-api</artifactId>
194-
</dependency>
195193
<dependency>
196194
<groupId>io.jenkins.plugins</groupId>
197195
<artifactId>okhttp-api</artifactId>

0 commit comments

Comments
 (0)