You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/02/02 17:54:18 UTC

[maven-dependency-plugin] 01/01: [MDEP-673] - Upgrade asm to 7.3.1

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

khmarbaise pushed a commit to branch MDEP-673
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 8d8e62b1a961cd9a87cdd8c19c48897c2ec02abd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Feb 2 18:54:03 2020 +0100

    [MDEP-673] - Upgrade asm to 7.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 098de37..3c70211 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@ under the License.
           <dependency>
               <groupId>org.ow2.asm</groupId>
               <artifactId>asm</artifactId>
-              <version>7.2</version>
+              <version>7.3.1</version>
           </dependency>
       </dependencies>
   </dependencyManagement>