Skip to content

Commit 4184cb1

Browse files
Bump asmVersion from 9.8 to 9.9 (#972)
* Bump asmVersion from 9.8 to 9.9 Bumps `asmVersion` from 9.8 to 9.9. Updates `org.ow2.asm:asm` from 9.8 to 9.9 Updates `org.ow2.asm:asm-commons` from 9.8 to 9.9 Updates `org.ow2.asm:asm-util` from 9.8 to 9.9 --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: '9.9' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.ow2.asm:asm-commons dependency-version: '9.9' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.ow2.asm:asm-util dependency-version: '9.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Adjust JavaAnnotationsMojoDescriptorExtractor --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent 2500773 commit 4184cb1

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
@@ -137,6 +137,7 @@ public class JavaAnnotationsMojoDescriptorExtractor implements MojoDescriptorExt
137137
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V23, "23");
138138
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V24, "24");
139139
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V25, "25");
140+
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V26, "26");
140141
}
141142

142143
@Inject

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<!-- whenever the ASM version is updated also the
100100
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING
101101
needs to be updated as well -->
102-
<asmVersion>9.8</asmVersion>
102+
<asmVersion>9.9</asmVersion>
103103
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
104104
<plexusXmlVersion>3.0.1</plexusXmlVersion>
105105
<reportingApiVersion>4.0.0</reportingApiVersion>

0 commit comments

Comments
 (0)