Browse Source

update to asm library to version 7.1 (#298)

tags/release-3.0.0
Andreas Rudolph 5 years ago
parent
commit
6dd7a6069f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -45,7 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<slf4j.version>1.7.25</slf4j.version>
<asm.version>7.0</asm.version>
<asm.version>7.1</asm.version>

<junit.version>4.12</junit.version>
<hamcrest.version>2.1</hamcrest.version>

Loading…
Cancel
Save