This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-770 in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git
commit 3c753fdb643471503215aded591c9d197017697b Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Nov 10 08:37:38 2018 +0100 [MSHARED-770] - Upgrade org.ow2.asm:asm to 7.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c7a181..0999f8e 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>7.0-beta</version> + <version>7.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
