This is an automated email from the ASF dual-hosted git repository.
ggregory 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 f190bec Bump commons.animal-sniffer.version from 1.26 to 1.27.
f190bec is described below
commit f190bec945fcda63c4d0c7dda483730fdc786045
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 30 09:35:33 2026 -0500
Bump commons.animal-sniffer.version from 1.26 to 1.27.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cc2c2c4..8186088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<!-- https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-143
-->
<version.maven-source-plugin>3.2.1</version.maven-source-plugin>
<!-- plugin versions (allows same value in reporting and build sections;
also allows easy override) -->
- <commons.animal-sniffer.version>1.26</commons.animal-sniffer.version>
+ <commons.animal-sniffer.version>1.27</commons.animal-sniffer.version>
<!-- Almost all signatures use version 1.0. Allow override just in case -->
<commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version>
<commons.assembly-plugin.version>3.8.0</commons.assembly-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a66489b..2693620 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.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.bcel:bcel from 6.11.0 to 6.12.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
net.sourceforge.pmd:pmd-* from 7.20.0 to 7.21.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.animal-sniffer.version from 1.26 to 1.27.</action>
</release>
<release version="96" date="2026-01-17" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->