Skip to content

Commit

Permalink
[MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
Browse files Browse the repository at this point in the history
Add additional definitions for JDK 23
  • Loading branch information
slachiewicz committed Mar 31, 2024
1 parent 9fc1aaa commit 2cf4240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -100,7 +100,7 @@
<!-- whenever the ASM version is updated also the
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING
needs to be updated as well -->
<asmVersion>9.6</asmVersion>
<asmVersion>9.7</asmVersion>
<plexusUtilsVersion>4.0.0</plexusUtilsVersion>
<plexusXmlVersion>3.0.0</plexusXmlVersion>
<reportingApiVersion>3.1.1</reportingApiVersion>
Expand Down

0 comments on commit 2cf4240

Please sign in to comment.