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/04/24 10:57:55 UTC

[maven-dependency-plugin] branch MDEP-692 created (now 3afb90d)

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

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


      at 3afb90d  [MDEP-692] - Upgrade org.ow2.asm:asm to 8.0.1

This branch includes the following new commits:

     new 3afb90d  [MDEP-692] - Upgrade org.ow2.asm:asm to 8.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dependency-plugin] 01/01: [MDEP-692] - Upgrade org.ow2.asm:asm to 8.0.1

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3afb90d22ff40a1f11e75cd8dca2833db02c4f5c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 24 12:57:43 2020 +0200

    [MDEP-692] - Upgrade org.ow2.asm:asm to 8.0.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d6732f..e3a43c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ under the License.
           <dependency>
               <groupId>org.ow2.asm</groupId>
               <artifactId>asm</artifactId>
-              <version>8.0</version>
+              <version>8.0.1</version>
           </dependency>
       </dependencies>
   </dependencyManagement>