This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new f2598ec9 Bump org.apache.commons:commons-parent from 95 to 96
f2598ec9 is described below
commit f2598ec9d42834650bdfa7008541c599fdf712cd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 21 17:35:07 2026 -0500
Bump org.apache.commons:commons-parent from 95 to 96
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b8b58815..0040775e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>95</version>
+ <version>96</version>
</parent>
<artifactId>commons-pool2</artifactId>
<version>2.14.0-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2056eb6c..f379ec93 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
EvictionConfig.isEvictionThread().</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
DefaultPooledObjectInfo.pooledObject().</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 95.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 96.</action>
</release>
<release version="2.13.1" date="2025-12-30" description="This is a
maintenance release. Java 8 or later is required.">
<!-- FIX -->