Skip to content

Commit

Permalink
Merge pull request #862 from hcoles/asm_9_1
Browse files Browse the repository at this point in the history
bump asm to 9.1
  • Loading branch information
hcoles authored Feb 17, 2021
2 parents a688cf3 + 1cd71b7 commit 94d2c37
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 94d2c37

Please sign in to comment.