Skip to content

Commit 6fa01e0

Browse files
committed
Update dependencies in pom.xml
Bump the parent POM version from 10.2.0 to 10.4.0 and add a specific version (6.0.0) for the plugin-util-api dependency.
1 parent a7b6290 commit 6fa01e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<dependency>
4949
<groupId>io.jenkins.plugins</groupId>
5050
<artifactId>plugin-util-api</artifactId>
51+
<!-- TODO: remove the version when a matching BOM is available -->
52+
<version>6.0.0</version>
5153
</dependency>
5254
<dependency>
5355
<groupId>io.jenkins.plugins</groupId>
@@ -71,6 +73,8 @@
7173
<groupId>io.jenkins.plugins</groupId>
7274
<artifactId>plugin-util-api</artifactId>
7375
<classifier>tests</classifier>
76+
<!-- TODO: remove the version when a matching BOM is available -->
77+
<version>6.0.0</version>
7478
<scope>test</scope>
7579
</dependency>
7680
<dependency>

0 commit comments

Comments
 (0)