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 e7788aa  Bump commons.asm.version from 9.10 to 9.10.1
e7788aa is described below

commit e7788aac36feb9324e16e3a39167f0e6ecc7e708
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 25 07:09:54 2026 -0400

    Bump commons.asm.version from 9.10 to 9.10.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2cd7223..ac56f29 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.10</commons.asm.version>
+    <commons.asm.version>9.10.1</commons.asm.version>
     <commons.taglist.version>3.2.2</commons.taglist.version>
     <commons.site-plugin.version>3.22.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 1b06c6f..2e50a4e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
         <action type="fix" dev="ggregory" due-to="Jack Green, Gary 
Gregory">Fix broken Maven Central badges in COMPONENTS.adoc (#709).</action>
         <!-- 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, fixes 
SpotBugs Unsupported class file major version 71).</action>
+        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons.asm.version from 9.1.1 to 9.10.1 (adds Java 27 opcode support, fixes 
SpotBugs Unsupported class file major version 71).</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons.japicmp.version from 0.25.7 to 0.26.0.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
maven-site-plugin from 3.21.0 to 3.22.0.</action>
       </release>

Reply via email to