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
The following commit(s) were added to refs/heads/master by this push: new aadb80fd Bump org.apache.commons:commons-parent from 84 to 85 aadb80fd is described below commit aadb80fdc2fa65cdc9799696301ad915f8b19862 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 19 11:05:02 2025 -0400 Bump org.apache.commons:commons-parent from 84 to 85 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8de68289..8052e290 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>84</version> + <version>85</version> </parent> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8930c502..0bd7d01d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -104,7 +104,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add --OPTS to FTPClientExample.</action> <action type="add" dev="ggregory" due-to="Gary Gregory" issue="NET-727">Add accessing options map for TFTP request packet and allow using 'blksize' option #331.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 84 #261, #278, #280, #285, #298, #293, #300, #345.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 85 #261, #278, #280, #285, #298, #293, #300, #345.</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.19.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 #314.</action>