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 00:21:49 UTC

[maven-plugin-tools] 02/05: [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 MPLUGIN-387
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit db5af0e07cc021833eb6c748d32700642b881aad
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>