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 f514c6e9 Bump commons-parent
f514c6e9 is described below
commit f514c6e9f9bdb2defe63dc7ba407d7d0b950a2b9
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 12:18:12 2023 -0400
Bump commons-parent
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7a666b78..8b413f00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>62</version>
+ <version>64</version>
</parent>
<groupId>commons-net</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f369d287..475ae418 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Dependabot">
+ Bump commons-parent from 62 to 64.
+ </action>
</release>
<release version="3.10.0" date="2023-10-01" description="Maintenance and
bug fix release (Java 8).">
<!-- ADD -->