Skip to content

Commit

Permalink
Manual merge of asm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 21, 2023
1 parent cebd45f commit e8479ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion afterburner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ field access and method calls
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
<version>9.5</version>
<scope>test</scope>
</dependency>

Expand Down
5 changes: 2 additions & 3 deletions mrbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@ ${project.groupId}.mrbean.*;version=${project.version}
<artifactId>byte-buddy</artifactId>
</dependency>

<!-- 22-Sep-2020, tatu: For #110 test will use Asm for now
-->
<!-- 22-Sep-2020, tatu: For #110 test will use Asm for now -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
<version>9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e8479ad

Please sign in to comment.