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

[maven-dependency-plugin] 01/01: [MDEP-682] Bump asm from 8.0 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-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>