You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/03/21 20:59:36 UTC

[maven-dependency-analyzer] branch master updated: Upgrade to ASM 7.3.1 to support Java 14

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 75ed354  Upgrade to ASM 7.3.1 to support Java 14
75ed354 is described below

commit 75ed3543350996c69b48641bd52ca076efc34c35
Author: Rune Flobakk <fl...@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>