Skip to content

Commit

Permalink
Merge pull request #242 from rovarga/aries2126
Browse files Browse the repository at this point in the history
ARIES-2126: Update ASM to 9.5
  • Loading branch information
cschneider committed Oct 5, 2023
2 parents 09b2d75 + e493226 commit 1c66f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/proxy-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<optional>true</optional>
<version>9.4</version>
<version>9.5</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<optional>true</optional>
<version>9.4</version>
<version>9.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 1c66f6c

Please sign in to comment.