Skip to content

Commit

Permalink
Bump plugin from 4.54 to 4.55 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 2, 2023
1 parent fdb3255 commit 00665d5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.54</version>
<version>4.55</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -153,6 +153,17 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 00665d5

Please sign in to comment.