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 2018/03/24 19:32:01 UTC

[maven-dependency-analyzer] branch master updated: [MSHARED-708] - Upgrade org.ow2.asm:asm:6.0 to 6.1 JDK 10 issues

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 7dc7802  [MSHARED-708] - Upgrade org.ow2.asm:asm:6.0 to 6.1 JDK 10 issues
7dc7802 is described below

commit 7dc7802bf4a8e5aa1f5909e648bf7a879e7e1ce9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 24 20:12:57 2018 +0100

    [MSHARED-708] - Upgrade org.ow2.asm:asm:6.0 to 6.1 JDK 10 issues
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65a12c6..acfb4db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>6.0</version>
+      <version>6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.