Skip to content

Commit

Permalink
Merge pull request #748 from hcoles/java_14
Browse files Browse the repository at this point in the history
Bump to ASM 8 for Java 14
  • Loading branch information
hcoles authored Mar 28, 2020
2 parents 561d240 + 297ed3b commit 7f807fc
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.ASM7;
public static final int ASM_VERSION = Opcodes.ASM8;
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<asm.version>7.3.1</asm.version>
<asm.version>8.0</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 7f807fc

Please sign in to comment.