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/04/08 17:16:02 UTC

[maven-dependency-plugin] branch dependabot/maven/org.ow2.asm-asm-8.0.1 created (now f6d8f69)

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

slachiewicz pushed a change to branch dependabot/maven/org.ow2.asm-asm-8.0.1
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


      at f6d8f69  [MDEP-682] Bump asm from 8.0 to 8.0.1

This branch includes the following new commits:

     new f6d8f69  [MDEP-682] Bump asm from 8.0 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-682] Bump asm from 8.0 to 8.0.1

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

slachiewicz pushed a commit to branch dependabot/maven/org.ow2.asm-asm-8.0.1
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit f6d8f697a0548b55101b6f2a21ab036e57bc1fc5
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Apr 6 05:09:16 2020 +0000

    [MDEP-682] Bump asm from 8.0 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>