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 2021/06/29 22:30:45 UTC

[maven-help-plugin] 02/07: Bump asm from 9.1 to 9.2

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

slachiewicz pushed a commit to branch MPH-174
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 11bd983156356c9eede146373e8f60832296909e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jun 28 08:14:34 2021 +0200

    Bump asm from 9.1 to 9.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ce09c5..d4991bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,12 +112,12 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.1</version>
+      <version>9.2</version>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-commons</artifactId>
-      <version>9.1</version>
+      <version>9.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>