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/28 20:44:00 UTC

[maven-dependency-analyzer] 01/01: [MSHARED-870] - Upgrade asm to 8.0

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

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

commit a4febd7a99a2045c364001499e6ad5f9923172e3
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 28 21:43:48 2020 +0100

    [MSHARED-870] - Upgrade asm to 8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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