Skip to content

Commit

Permalink
Bump plugin parent POM from 4.54 to 4.55 (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2023
1 parent 7286e7a commit 132041d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.54</version>
<version>4.55</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -185,6 +185,13 @@ THE SOFTWARE.
<artifactId>jgiven-junit</artifactId>
<version>1.2.4</version>
<scope>test</scope>
<exclusions>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit 132041d

Please sign in to comment.