Skip to content

Commit

Permalink
Bump ASM from 9.0 to 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 18, 2021
1 parent 1567095 commit cd1a8ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions injector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<name>bridge-method-injector</name>
<description>Evolve your classes without breaking compatibility</description>

<properties>
<asm.version>9.2</asm.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -169,12 +173,12 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.0</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.0</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit cd1a8ef

Please sign in to comment.