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/06/04 17:16:39 UTC

[maven-dependency-analyzer] branch dependabot/maven/org.ow2.asm-asm-8.0.1 created (now 74db30a)

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-analyzer.git.


      at 74db30a  Bump asm from 7.1 to 8.0.1

This branch includes the following new commits:

     new 74db30a  Bump asm from 7.1 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-analyzer] 01/01: Bump asm from 7.1 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-analyzer.git

commit 74db30ab460a46a740dac3fbb73f0f192526fb15
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Jun 4 17:15:12 2020 +0000

    Bump asm from 7.1 to 8.0.1
    
    Bumps asm from 7.1 to 8.0.1.
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be7a60c..bdd9a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>8.0</version>
+      <version>8.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>