Skip to content

Commit

Permalink
Use plugin bom for dependency version definitions (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored Aug 7, 2023
2 parents 3a6a169 + 6977d17 commit aaa174f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2258.v522c10b_d4695</version>
<version>2312.v91115fa_5b_2b_6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -102,15 +102,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>authorize-project</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit aaa174f

Please sign in to comment.