This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch runeflobakk-java14-asm731
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 36d014cfe11175e128672518d75244fa0a1feb8b
Author: Rune Flobakk <flob...@gmail.com>
AuthorDate: Sat Mar 21 02:03:46 2020 +0100

    Upgrade to ASM 7.3.1 to support Java 14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6d3ec2..2cd19d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>7.1</version>
+      <version>7.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Reply via email to