Skip to content

Commit

Permalink
Use latest plugin BOM for 2.387.x (#1507)
Browse files Browse the repository at this point in the history
The minimum Jenkins version is already set to 2.387.3 so we should also
update the plugin bill of materials to rely on 2.387.x as well.
  • Loading branch information
MarkEWaite authored Jun 17, 2023
1 parent 2613de5 commit e80d179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<dependency>
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.387.x</artifactId>
<version>2179.v0884e842b_859</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e80d179

Please sign in to comment.