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:34:54 UTC

[maven-dependency-analyzer] branch runeflobakk-java14-asm731 created (now 36d014c)

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

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


      at 36d014c  Upgrade to ASM 7.3.1 to support Java 14

This branch includes the following new commits:

     new 36d014c  Upgrade to ASM 7.3.1 to support Java 14

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dependency-analyzer] 01/01: Upgrade to ASM 7.3.1 to support Java 14

Posted by kh...@apache.org.
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 <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>