diff --git a/pitest/src/main/java/org/pitest/bytecode/ASMVersion.java b/pitest/src/main/java/org/pitest/bytecode/ASMVersion.java index 0a1f376d3..971e18dae 100644 --- a/pitest/src/main/java/org/pitest/bytecode/ASMVersion.java +++ b/pitest/src/main/java/org/pitest/bytecode/ASMVersion.java @@ -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; } diff --git a/pom.xml b/pom.xml index c696a257f..a102dd7a6 100644 --- a/pom.xml +++ b/pom.xml @@ -389,7 +389,7 @@ UTF-8 UTF-8 - 8.0 + 9.1 1.9.4 1.3 4.11