Skip to content

Commit af234c6

Browse files
committed
[MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
Add additional definitions for JDK 23
1 parent 9fc1aaa commit af234c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public class JavaAnnotationsMojoDescriptorExtractor extends AbstractLogEnabled i
132132
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V20, "20");
133133
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V21, "21");
134134
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V22, "22");
135+
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V23, "23");
135136
}
136137

137138
@Inject

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<!-- whenever the ASM version is updated also the
101101
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING
102102
needs to be updated as well -->
103-
<asmVersion>9.6</asmVersion>
103+
<asmVersion>9.7</asmVersion>
104104
<plexusUtilsVersion>4.0.0</plexusUtilsVersion>
105105
<plexusXmlVersion>3.0.0</plexusXmlVersion>
106106
<reportingApiVersion>3.1.1</reportingApiVersion>

0 commit comments

Comments
 (0)