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-net.git
commit 4d6e36ca895ea8a14e7e5616d03d30561c9ffa90 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 12 14:13:59 2025 -0500 Bump org.apache.commons:commons-parent from 79 to 81 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 114962de..4a610fc6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>81</version> </parent> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cc147310..58e8e4e2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,7 +90,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add SubnetInfo.iterableAddressStrings().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add SubnetInfo.streamAddressStrings().</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 79 #261, #278, #280, #285, #298, #293, #300.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 81 #261, #278, #280, #285, #298, #293, #300.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #268, #273, #281.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-io:commons-io from 2.16.1 to 2.18.0 #286, #308.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0-M3 #314.</action>