Skip to content

Commit 2a9e4b6

Browse files
authored
Merge pull request #8 from plamentotev/upgrade-asm
Update ASM to 6.1 in order to support Java 10 class format
2 parents deb6b7e + e896e19 commit 2a9e4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexus-java/pom.xml

+1-1
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)