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 2022/01/10 16:24:46 UTC

[maven-plugin-tools] 02/11: [MPLUGIN-387] Upgrade ASM to 9.2 (Java 18 support)

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

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

commit 3615973c63525eace1d53d11727a0b354ac4c32f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 8 14:07:59 2022 +0100

    [MPLUGIN-387] Upgrade ASM to 9.2 (Java 18 support)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f0ae843..af80d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <sisuVersion>0.3.5</sisuVersion>
     <mavenInvokerPluginVersion>3.2.2</mavenInvokerPluginVersion>
     <maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
-    <asmVersion>9.1</asmVersion>
+    <asmVersion>9.2</asmVersion>
     <project.build.outputTimestamp>2022-01-08T11:20:47Z</project.build.outputTimestamp>
   </properties>