Skip to content

Commit

Permalink
Depend on git plugin 5.1.0 or newer
Browse files Browse the repository at this point in the history
HTMLUnit 3.x upgrade in the git plugin test dependency
  • Loading branch information
MarkEWaite committed Jun 7, 2023
1 parent 6d56394 commit ac63039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,16 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<scope>test</scope>
<!-- TODO: Remove version declaration when git plugin 5.1.0 or newer is in plugin BOM -->
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
<!-- TODO: Remove version declaration when git plugin 5.1.0 or newer is in plugin BOM -->
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit ac63039

Please sign in to comment.