Skip to content

Commit

Permalink
Override the outdated managed dependency on asm in guice-parent (j…
Browse files Browse the repository at this point in the history
…enkinsci#9827)

Override the outdated managed dependency on `asm` in `guice-parent`
  • Loading branch information
basil authored Oct 5, 2024
1 parent 2627ab1 commit 0066184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,12 @@ THE SOFTWARE.
<artifactId>stapler-groovy</artifactId>
<version>${stapler.version}</version>
</dependency>
<!-- Override the outdated managed dependency on asm in guice-parent -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
</dependency>
<dependency>
<groupId>org.samba.jcifs</groupId>
<artifactId>jcifs</artifactId>
Expand Down

0 comments on commit 0066184

Please sign in to comment.