Skip to content

Commit

Permalink
Align Plexus ASM version
Browse files Browse the repository at this point in the history
As inject got merged PR
#131

But plexus was not yet present. Align it with inject.
  • Loading branch information
cstamas committed May 30, 2024
1 parent 1907edb commit 874e595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.sisu.plexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<version>9.7</version>
</artifactItem>
<artifactItem>
<groupId>com.google.inject</groupId>
Expand Down Expand Up @@ -258,7 +258,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<version>9.7</version>
</artifactItem>
<artifactItem>
<groupId>com.google.inject</groupId>
Expand Down

0 comments on commit 874e595

Please sign in to comment.