Skip to content

Commit e3f30c9

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 e2e191a commit e3f30c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

plugin/pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
<dependency>
6868
<groupId>io.jenkins.plugins</groupId>
6969
<artifactId>forensics-api</artifactId>
70+
<!-- TODO: remove the version when a matching BOM is available -->
71+
<version>3.0.0</version>
7072
</dependency>
7173
<dependency>
7274
<groupId>io.jenkins.plugins</groupId>
@@ -75,7 +77,8 @@
7577
<dependency>
7678
<groupId>io.jenkins.plugins</groupId>
7779
<artifactId>plugin-util-api</artifactId>
78-
<version>6.0.0-rc1031.7a_4203d33c1f</version>
80+
<!-- TODO: remove the version when a matching BOM is available -->
81+
<version>6.0.0</version>
7982
</dependency>
8083
<dependency>
8184
<groupId>org.jenkins-ci.plugins</groupId>
@@ -86,6 +89,8 @@
8689
<dependency>
8790
<groupId>io.jenkins.plugins</groupId>
8891
<artifactId>forensics-api</artifactId>
92+
<!-- TODO: remove the version when a matching BOM is available -->
93+
<version>3.0.0</version>
8994
<scope>test</scope>
9095
<classifier>tests</classifier>
9196
</dependency>
@@ -116,6 +121,8 @@
116121
<dependency>
117122
<groupId>io.jenkins.plugins</groupId>
118123
<artifactId>plugin-util-api</artifactId>
124+
<!-- TODO: remove the version when a matching BOM is available -->
125+
<version>6.0.0</version>
119126
<scope>test</scope>
120127
<classifier>tests</classifier>
121128
</dependency>

0 commit comments

Comments
 (0)