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 21:15:07 UTC

[maven-dependency-plugin] 01/01: [MDEP-682] - Upgrade asm to 8.0

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

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

commit 647cff9f20a3be21b82f388f9c97455cd46ec402
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 28 22:14:52 2020 +0100

    [MDEP-682] - Upgrade asm to 8.0
---
 pom.xml                                         |   2 +-
 src/it/mrm/repository/_ResourceArtifact-1.0.jar | Bin 0 -> 1477 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b134795..777e2c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@ under the License.
           <dependency>
               <groupId>org.ow2.asm</groupId>
               <artifactId>asm</artifactId>
-              <version>7.3.1</version>
+              <version>8.0</version>
           </dependency>
       </dependencies>
   </dependencyManagement>
diff --git a/src/it/mrm/repository/_ResourceArtifact-1.0.jar b/src/it/mrm/repository/_ResourceArtifact-1.0.jar
new file mode 100644
index 0000000..d644fee
Binary files /dev/null and b/src/it/mrm/repository/_ResourceArtifact-1.0.jar differ