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:40 UTC

[maven-dependency-analyzer] 01/01: Bump asm from 7.1 to 8.0.1

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>