Update ASM to version 6.1.1

This should bring ASM to a version that supports Java 10.
This commit is contained in:
Austin Shalit
2018-04-28 11:12:53 -04:00
committed by GitHub
parent 9ee838758c
commit 13ecaf970f

View File

@ -767,7 +767,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.0</version>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>