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-pool.git
commit addd071f6db794a13bab7d119a810756a6bf2b62 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 2 17:43:42 2026 -0500 Bump org.apache.commons:commons-parent from 93 to 94 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cdf63099..73e8c8b4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>93</version> + <version>94</version> </parent> <artifactId>commons-pool3</artifactId> <version>3.0.0-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7691e3a9..6e23d875 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="remove">Deprecations from version 2.x have been removed.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java from 8 to 17.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 58 to 93 #297, #328, #338, #341, #347, #351, #354, #361, #431, #445, #448.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 58 to 94 #297, #328, #338, #341, #347, #351, #354, #361, #431, #445, #448.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.ow2.asm:asm-util from 9.5 to 9.7.1 #252, #294, #355.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.20.0 #326, #333, #342, #415.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, #327.</action>
