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 5ba39e6 Bump commons.japicmp.version from 0.25.7 to 0.26.0.
5ba39e6 is described below
commit 5ba39e6f8628f31e65949bfd3bfb9017c2381ffe
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 15:39:39 2026 -0400
Bump commons.japicmp.version from 0.25.7 to 0.26.0.
Tested with Apache Commons Codec.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 53a0873..3b9c900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<commons.failsafe.version>3.5.5</commons.failsafe.version>
<commons.felix.version>5.1.9</commons.felix.version>
<commons.jacoco.version>0.8.14</commons.jacoco.version>
- <commons.japicmp.version>0.25.7</commons.japicmp.version>
+ <commons.japicmp.version>0.26.0</commons.japicmp.version>
<commons.jar-plugin.version>3.5.0</commons.jar-plugin.version>
<commons.javadoc.version>3.12.0</commons.javadoc.version>
<commons.jxr.version>3.6.0</commons.jxr.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cc09a41..6c649b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- 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.japicmp.version from 0.25.7 to 0.26.0.</action>
</release>
<release version="100" date="2026-05-11" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->