Skip to content

Commit e896e19

Browse files
committed
Update ASM to 6.1 in order to support Java 10 class format
1 parent deb6b7e commit e896e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexus-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.ow2.asm</groupId>
4141
<artifactId>asm</artifactId>
42-
<version>6.0</version>
42+
<version>6.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.thoughtworks.qdox</groupId>

0 commit comments

Comments
 (0)