Skip to content

Commit

Permalink
[MSHARED-870] - Upgrade asm to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel authored and slachiewicz committed Jul 2, 2020
1 parent c5b3153 commit 16e0f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>8.0</version>
<version>8.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public DefaultClassVisitor( SignatureVisitor signatureVisitor, AnnotationVisitor
FieldVisitor fieldVisitor, MethodVisitor methodVisitor,
ResultCollector resultCollector )
{
super( Opcodes.ASM7 );
super( Opcodes.ASM8 );
this.signatureVisitor = signatureVisitor;
this.annotationVisitor = annotationVisitor;
this.fieldVisitor = fieldVisitor;
Expand Down

0 comments on commit 16e0f4e

Please sign in to comment.