This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 59339a0 Bump commons.asm.version from 9.1.1 to 9.10 (adds Java 27
opcode support).
59339a0 is described below
commit 59339a0be23a79dcc883efd910fc99de0dd2f621
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 16 12:27:59 2026 +0000
Bump commons.asm.version from 9.1.1 to 9.10 (adds Java 27 opcode
support).
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1f10068..5edfca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<!-- Mockito version 5 requires Java > 8 -->
<commons.mockito.version>4.11.0</commons.mockito.version>
<commons.jmh.version>1.37</commons.jmh.version>
- <commons.asm.version>9.9.1</commons.asm.version>
+ <commons.asm.version>9.10</commons.asm.version>
<commons.taglist.version>3.2.2</commons.taglist.version>
<commons.site-plugin.version>3.21.0</commons.site-plugin.version>
<commons.spotbugs.plugin.version>4.9.8.3</commons.spotbugs.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6e8731d..9a7c064 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <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>
</release>
<release version="100" date="2026-05-11" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->