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
The following commit(s) were added to refs/heads/master by this push: new c8ec73e1 Bump org.apache.commons:commons-parent from 83 to 84 c8ec73e1 is described below commit c8ec73e1c7913489aebe6e0f9089d4c094081738 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:59:11 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4e9154a2..22ec4cc7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</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 5b758248..786608c9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,7 +58,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 79 to 83.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 84.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, #351, #354, #361.</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.17.0 #326, #333, #342.</action>