Skip to content

Commit c484ff0

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 1ebe694 commit c484ff0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<dependency>
4747
<groupId>io.jenkins.plugins</groupId>
4848
<artifactId>plugin-util-api</artifactId>
49+
<!-- TODO: remove the version when a matching BOM is available -->
50+
<version>6.0.0</version>
4951
</dependency>
5052
<dependency>
5153
<groupId>io.jenkins.plugins</groupId>
@@ -81,6 +83,8 @@
8183
<dependency>
8284
<groupId>io.jenkins.plugins</groupId>
8385
<artifactId>plugin-util-api</artifactId>
86+
<!-- TODO: remove the version when a matching BOM is available -->
87+
<version>6.0.0</version>
8488
<classifier>tests</classifier>
8589
<scope>test</scope>
8690
</dependency>

0 commit comments

Comments
 (0)