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/01/12 23:20:17 UTC

[maven-help-plugin] 01/04: Bump asm to 9.0 (maven-plugin-tools-generators)

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

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

commit 4c9a75c7ee750f159e4114bbeb25165b8f69e3ce
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 12 23:11:14 2021 +0100

    Bump asm to 9.0 (maven-plugin-tools-generators)
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index c0a52bb..dff7f48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,16 @@
       <version>${mavenPluginToolsVersion}</version>
     </dependency>
     <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>9.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+      <version>9.0</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
       <version>${mavenPluginToolsVersion}</version>