You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/15 03:10:55 UTC

[maven-jlink-plugin] 01/02: upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test

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

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 1a7f67ee2baaec1e220ff91bf53af94d51fd8f01
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 15 00:50:09 2020 +0100

     upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test
---
 src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml b/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
index c3d5618..f19161f 100644
--- a/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
+++ b/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
@@ -39,7 +39,7 @@
       <!-- use a dependency with a module-info.class -->
       <artifactId>asm</artifactId>
       <groupId>org.ow2.asm</groupId>
-      <version>6.0</version>
+      <version>9.0</version>
     </dependency>
   </dependencies>