commit | b094b767d2129630a9444df34bdc6dcd7075ed19 | [log] [tgz] |
---|---|---|
author | Rune Flobakk <flobakk@gmail.com> | Mon Mar 25 13:57:09 2019 +0100 |
committer | Sylwester Lachiewicz <slachiewicz@apache.org> | Wed May 15 23:02:54 2019 +0200 |
tree | 37f93203a71b5049336c41652bbcb49ae0f33670 | |
parent | 97d483c9572ea57e6f476fe584ec6fa78117a7e8 [diff] |
[MSHARED-810] Upgrade ASM to 7.1, which supports Java 12 bytecode Closes #6
diff --git a/pom.xml b/pom.xml index d239c56..d6d3ec2 100644 --- a/pom.xml +++ b/pom.xml
@@ -76,7 +76,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>7.0</version> + <version>7.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>