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/04/04 14:02:17 UTC

[maven-dependency-plugin] 01/02: Bump asm from 9.0 to 9.1

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

slachiewicz pushed a commit to branch shared-maven-artifact-transfer
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit cf6fdeb78869c95401f4aa7e663b49cc36da3ec9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 4 15:59:05 2021 +0200

    Bump asm from 9.0 to 9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2982a49..4687c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ under the License.
       <dependency> <!-- override older version in maven-dependency-analyzer:1.11.3 -->
         <groupId>org.ow2.asm</groupId>
         <artifactId>asm</artifactId>
-        <version>9.0</version>
+        <version>9.1</version>
       </dependency>
     </dependencies>
   </dependencyManagement>