This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch asm
in repository
https://gitbox.apache.org/repos/asf/maven-help-plugin.gitcommit 8b811c6fa923c6a15f15c550b16b59d612f4d34c
Author: Sylwester Lachiewicz <
[hidden email]>
AuthorDate: Mon Feb 22 13:43:52 2021 +0100
Bump asm from 9.0 to 9.1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 969a99b..ffa50e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,12 +112,12 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.0</version>
+ <version>9.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
- <version>9.0</version>
+ <version>9.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>