This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git
commit b094b767d2129630a9444df34bdc6dcd7075ed19 Author: Rune Flobakk <[email protected]> AuthorDate: Mon Mar 25 13:57:09 2019 +0100 [MSHARED-810] Upgrade ASM to 7.1, which supports Java 12 bytecode Closes #6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>
