(commons-cli) branch master updated: Bump org.apache.commons:commons-parent from 66 to 67 (#245)

2024-03-05 Thread ggregory
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-cli.git


The following commit(s) were added to refs/heads/master by this push:
 new 9b4b8ce  Bump org.apache.commons:commons-parent from 66 to 67 (#245)
9b4b8ce is described below

commit 9b4b8ce822f0fea64fa2215c8f7e86a88ee31e38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 5 23:05:13 2024 -0500

Bump org.apache.commons:commons-parent from 66 to 67 (#245)

Bumps 
[org.apache.commons:commons-parent](https://github.com/apache/commons-parent) 
from 66 to 67.
- 
[Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2aa4914..80d6fdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   
 org.apache.commons
 commons-parent
-66
+67
   
   4.0.0
   commons-cli



(commons-cli) branch master updated: Bump org.apache.commons:commons-parent from 66 to 67 #245

2024-03-05 Thread ggregory
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-cli.git


The following commit(s) were added to refs/heads/master by this push:
 new f15df35   Bump org.apache.commons:commons-parent from 66 to 67 #245
f15df35 is described below

commit f15df35e4c944836972f8bebcabfe285fc9165b7
Author: Gary Gregory 
AuthorDate: Tue Mar 5 23:06:16 2024 -0500

 Bump org.apache.commons:commons-parent from 66 to 67 #245
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b62ee1..989c1ed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,7 @@
   Added Supplier defaults for getParsedOptionValue 
#229.
   Make Option.getKey() public #239.
   
-  Bump 
commons-parent from 64 to 66.
+  Bump 
commons-parent from 64 to 67.
   Update 
the tests to JUnit 5 #238.