Skip to content

Commit

Permalink
Bump jenkins from 1.98 to 1.99 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent c570f0f commit 286bae3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.98</version>
<version>1.99</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -298,6 +298,11 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 286bae3

Please sign in to comment.