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 <[email protected]> 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>
