Skip to content

Commit 59339a0

Browse files
committed
Bump commons.asm.version from 9.1.1 to 9.10 (adds Java 27 opcode
support).
1 parent 3790c9d commit 59339a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<!-- Mockito version 5 requires Java > 8 -->
149149
<commons.mockito.version>4.11.0</commons.mockito.version>
150150
<commons.jmh.version>1.37</commons.jmh.version>
151-
<commons.asm.version>9.9.1</commons.asm.version>
151+
<commons.asm.version>9.10</commons.asm.version>
152152
<commons.taglist.version>3.2.2</commons.taglist.version>
153153
<commons.site-plugin.version>3.21.0</commons.site-plugin.version>
154154
<commons.spotbugs.plugin.version>4.9.8.3</commons.spotbugs.plugin.version>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
6161
<!-- FIX -->
6262
<!-- ADD -->
6363
<!-- UPDATE -->
64+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.asm.version from 9.1.1 to 9.10 (adds Java 27 opcode support).</action>
6465
</release>
6566
<release version="100" date="2026-05-11" description="This is a feature and maintenance release. Java 8 or later is required.">
6667
<!-- FIX -->

0 commit comments

Comments
 (0)