From 2cf4240f68ead8605f5486c28068d4d89cc8dadf Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 31 Mar 2024 19:45:25 +0200 Subject: [PATCH] [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7 Add additional definitions for JDK 23 --- .../annotations/JavaAnnotationsMojoDescriptorExtractor.java | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java b/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java index 386e73f9..8ba19ca9 100644 --- a/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java +++ b/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java @@ -132,6 +132,7 @@ public class JavaAnnotationsMojoDescriptorExtractor extends AbstractLogEnabled i CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V20, "20"); CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V21, "21"); CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V22, "22"); + CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V23, "23"); } @Inject diff --git a/pom.xml b/pom.xml index df5602b6..ebb04640 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ - 9.6 + 9.7 4.0.0 3.0.0 3.1.1