Skip to content

Commit

Permalink
Updated ASM to 5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Nov 9, 2016
1 parent 16bad2e commit 65f738c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<classpathentry excluding="**/.svn/*" kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="build/junit-4.6.jar"/>
<classpathentry kind="lib" path="lib/asm-4.0.jar"/>
<classpathentry kind="lib" path="lib/asm-5.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file removed lib/asm-4.0.jar
Binary file not shown.
Binary file added lib/asm-5.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.4</version>
<version>5.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 65f738c

Please sign in to comment.