Skip to content

Commit

Permalink
Merge pull request #133 from jonesbusy/feature/update-bom-and-fix-pom…
Browse files Browse the repository at this point in the history
…-dependencies

Upgrade bom and fix pom dependencies
  • Loading branch information
jonesbusy authored Sep 11, 2023
2 parents debca4b + ee68e98 commit 42dcf84
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2401.v7a_d68f8d0b_09</version>
<version>2423.vce598171d115</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -97,6 +97,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 42dcf84

Please sign in to comment.