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 2f0fdb4d Bump org.apache.commons:commons-parent from 96 to 97.
2f0fdb4d is described below
commit 2f0fdb4d75e1546f0657b77482ee24ab244d3fcd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 28 07:27:36 2026 -0500
Bump org.apache.commons:commons-parent from 96 to 97.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9624b4b0..0a944b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>96</version>
+ <version>97</version>
</parent>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f41676dc..73e4c600 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
DatagramSocketClient.getDefaultTimeoutDuration() and deprecate
getDefaultTimeout().</action>
<action type="add" dev="ggregory" due-to="Maros Orsak, Gary Gregory"
issue="NET-741">Add subnet IPv6 handling with SubnetUtils6 #391.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 85 to 96 #371, #388,
#389.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 85 to 97 #371, #388,
#389.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-lang3 from 3.18.0 to
3.19.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.20.0 to 2.21.0.</action>
</release>