[java] Update asm to 7.1

This commit is contained in:
Andreas Dangel
2019-03-15 20:55:53 +01:00
parent 65cac51445
commit 2db0ab21cf

View File

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