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/02/02 18:04:10 UTC

[maven-shade-plugin] 01/01: [MSHADE-349] - Upgrade to org.ow2.asm:asm:7.3.1

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

khmarbaise pushed a commit to branch MSHADE-349
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit bc90a7e7e86e0910cb42f777e43414629f0283cd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Feb 2 19:04:01 2020 +0100

    [MSHADE-349] - Upgrade to org.ow2.asm:asm:7.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 62819a4..635ee89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
-    <asmVersion>7.2</asmVersion>
+    <asmVersion>7.3.1</asmVersion>
     <project.build.outputTimestamp>2020-02-01T19:03:59Z</project.build.outputTimestamp>
   </properties>