Skip to content

Commit

Permalink
bump asm to 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Feb 16, 2021
1 parent a688cf3 commit 1cd71b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pitest/src/main/java/org/pitest/bytecode/ASMVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import org.objectweb.asm.Opcodes;

public class ASMVersion {
public static final int ASM_VERSION = Opcodes.ASM8;
public static final int ASM_VERSION = Opcodes.ASM9;
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<asm.version>8.0</asm.version>
<asm.version>9.1</asm.version>
<ant.version>1.9.4</ant.version>
<hamcrest.version>1.3</hamcrest.version>
<junit.version>4.11</junit.version>
Expand Down

0 comments on commit 1cd71b7

Please sign in to comment.