Skip to content

Commit

Permalink
Update dependencies in forensics-api/pom.xml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
uhafner committed Feb 17, 2025
1 parent 317e898 commit a1a2918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>10.2.0</version>
<version>10.4.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -56,6 +56,8 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<!-- TODO: remove the version when a matching BOM is available -->
<version>6.0.0</version>
</dependency>

<!-- Jenkins Plugin Dependencies -->
Expand Down

0 comments on commit a1a2918

Please sign in to comment.