[commons-build-plugin] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now a7a1481)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


  at a7a1481  Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-build-plugin] branch dependabot/github_actions/github/codeql-action-2.1.25 created (now 2e9c358)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.1.25
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


  at 2e9c358  Bump github/codeql-action from 2.1.23 to 2.1.25

No new revisions were added by this update.



[commons-net] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 54e6077b)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-net.git


  at 54e6077b Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-io] branch master updated: Bump apache-rat-plugin from 0.14 to 0.15

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
 new 51894eba Bump apache-rat-plugin from 0.14 to 0.15
51894eba is described below

commit 51894ebab6d260962caacd9e33394226bbf891c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 23 00:04:51 2022 +

Bump apache-rat-plugin from 0.14 to 0.15

Bumps apache-rat-plugin from 0.14 to 0.15.

---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2325237a..42255956 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@ file comparators, endian transformation classes, and much 
more.
 
   org.apache.rat
   apache-rat-plugin
-  0.14
+  0.15
   
 
   src/test/resources/**/*.bin
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 316edd3b..ce3b5b18 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -524,6 +524,9 @@ The  type attribute can be add,update,fix,remove.
   
 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #376.
   
+  
+Bump apache-rat-plugin from 0.14 to 0.15 #387.
+  
 
 
   



[commons-io] branch dependabot/maven/org.apache.rat-apache-rat-plugin-0.15 updated (df513fea -> d249e217)

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch 
dependabot/maven/org.apache.rat-apache-rat-plugin-0.15
in repository https://gitbox.apache.org/repos/asf/commons-io.git


 discard df513fea Bump apache-rat-plugin from 0.14 to 0.15
 add 21013dfd Bump junit-bom from 5.9.0 to 5.9.1
 add d249e217 Bump apache-rat-plugin from 0.14 to 0.15

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (df513fea)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.rat-apache-rat-plugin-0.15 (d249e217)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 src/changes/changes.xml | 5 -
 2 files changed, 5 insertions(+), 2 deletions(-)



[commons-io] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
 new 21013dfd Bump junit-bom from 5.9.0 to 5.9.1
21013dfd is described below

commit 21013dfdf140186ed064e0d05b780d51ec00cfdc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 23 00:03:49 2022 +

Bump junit-bom from 5.9.0 to 5.9.1

Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 903442fe..2325237a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@ file comparators, endian transformation classes, and much 
more.
   
 org.junit
 junit-bom
-5.9.0
+5.9.1
 pom
 import
   
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f10ca8b9..316edd3b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -480,7 +480,7 @@ The  type attribute can be add,update,fix,remove.
 Bump checkstyle from 8.44 to 9.3 #256, #257, #266, #279, #292. #308.
   
   
-Bump junit-bom from 5.8.0-M1 to 5.9.0 #260, #271, #275, #309.
+Bump junit-bom from 5.8.0-M1 to 5.9.1 #260, #271, #275, #309, #386.
   
   
 Bump mockito-inline from 3.11.2 to 4.8.0 #262, #264, #282, #306, #314, 
#331, #348, #359, #381.



[commons-io] branch dependabot/maven/org.junit-junit-bom-5.9.1 updated (df2ce2fd -> dfcb3c9c)

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch dependabot/maven/org.junit-junit-bom-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-io.git


 discard df2ce2fd Bump junit-bom from 5.9.0 to 5.9.1
 add dfcb3c9c Bump junit-bom from 5.9.0 to 5.9.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (df2ce2fd)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.junit-junit-bom-5.9.1 (dfcb3c9c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-io] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 885c258d)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-io.git


  at 885c258d Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-io] branch dependabot/maven/org.apache.rat-apache-rat-plugin-0.15 created (now df513fea)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.rat-apache-rat-plugin-0.15
in repository https://gitbox.apache.org/repos/asf/commons-io.git


  at df513fea Bump apache-rat-plugin from 0.14 to 0.15

No new revisions were added by this update.



[commons-io] branch dependabot/maven/org.junit-junit-bom-5.9.1 created (now df2ce2fd)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.junit-junit-bom-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-io.git


  at df2ce2fd Bump junit-bom from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-io] branch dependabot/github_actions/ossf/scorecard-action-2.0.3 created (now 42b97b20)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/ossf/scorecard-action-2.0.3
in repository https://gitbox.apache.org/repos/asf/commons-io.git


  at 42b97b20 Bump ossf/scorecard-action from 1.1.2 to 2.0.3

No new revisions were added by this update.



[commons-configuration] branch master updated: Bump slf4j.version from 2.0.1 to 2.0.2

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 7fff3072 Bump slf4j.version from 2.0.1 to 2.0.2
7fff3072 is described below

commit 7fff30721402ad0bb79634f5824944684c0b4e29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 23:11:42 2022 +

Bump slf4j.version from 2.0.1 to 2.0.2

Bumps `slf4j.version` from 2.0.1 to 2.0.2.

Updates `slf4j-api` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2)

Updates `slf4j-ext` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2)

Updates `slf4j-log4j12` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2)

Updates `slf4j-nop` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-ext
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-log4j12
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-nop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 717f90fb..0b012c1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,7 +556,7 @@
   *
 
 2.19.0
-2.0.1
+2.0.2
 5.3.23
 
 0.15.7
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0520d77..2b14ed81 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,7 +56,7 @@
 Bump mockito-core from 4.6.1 to 4.8.0 #200.
   
   
-Bump slf4j.version from 1.7.36 to 2.0.1 #202, #210.
+Bump slf4j.version from 1.7.36 to 2.0.2 #202, #210, #215.
   
   
 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #201.



[commons-configuration] branch dependabot/maven/slf4j.version-2.0.2 updated (df1292f1 -> 7f792e3c)

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch dependabot/maven/slf4j.version-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


 discard df1292f1 Bump slf4j.version from 2.0.1 to 2.0.2
 add 7f792e3c Bump slf4j.version from 2.0.1 to 2.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (df1292f1)
\
 N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.2 
(7f792e3c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-configuration] branch dependabot/maven/slf4j.version-2.0.2 updated (6154bba7 -> df1292f1)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


omit 6154bba7 Bump slf4j.version from 2.0.1 to 2.0.2
 add 958e79e3 Bump log4j.version from 2.18.0 to 2.19.0 #213
 add df1292f1 Bump slf4j.version from 2.0.1 to 2.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6154bba7)
\
 N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.2 
(df1292f1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)



[commons-configuration] branch dependabot/maven/slf4j.version-2.0.2 updated (a1081b56 -> 6154bba7)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


 discard a1081b56 Bump slf4j.version from 2.0.1 to 2.0.2
 add 312c44a2 Bump junit-jupiter from 5.9.0 to 5.9.1 (#217)
 add d7820d57 Bump junit-jupiter from 5.9.0 to 5.9.1 #217
 add 7f63386c Bump commons-parent from 53 to 54 (#216)
 add 5b2f9e74 Bump commons-parent from 53 to 54 #216
 add 20c84c0e Bump log4j.version from 2.18.0 to 2.19.0 (#213)
 add 6154bba7 Bump slf4j.version from 2.0.1 to 2.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a1081b56)
\
 N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.2 
(6154bba7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 6 +++---
 src/changes/changes.xml | 5 -
 2 files changed, 7 insertions(+), 4 deletions(-)



[commons-configuration] branch master updated: Bump log4j.version from 2.18.0 to 2.19.0 #213

2022-09-22 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 958e79e3 Bump log4j.version from 2.18.0 to 2.19.0 #213
958e79e3 is described below

commit 958e79e317b868bf4562854b0dd2a1c457dff2f3
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:09:09 2022 -0700

Bump log4j.version from 2.18.0 to 2.19.0 #213
---
 src/changes/changes.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c777bb56..d0520d77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@
 Bump spotbugs from 4.7.0 to 4.7.2.
   
   
-Bump org.springframework:spring-* 5.3.21 -> 5.3.22.
+Bump org.springframework:spring-* from 5.3.21 to 5.3.22.
   
   
 Bump junit-jupiter from 5.8.2 to 5.9.1 #197, #217.
@@ -82,6 +82,9 @@
   
 Bump commons-parent from 53 to 54 #216.
   
+  
+Bump log4j.version from 2.18.0 to 2.19.0 #213.
+  
 
 



[commons-imaging] branch master updated: Bump commons-parent from 53 to 54

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
 new f62a2bcc Bump commons-parent from 53 to 54
f62a2bcc is described below

commit f62a2bcc6320c7f935320fcfccf2fc286ad2c3cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 17:05:10 2022 +

Bump commons-parent from 53 to 54

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 612299eb..691785d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
 
 
-53
+54
   
 
   commons-imaging
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 00f1a072..30e1a7fa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The  type attribute can be add,update,fix,remove.
 Bump actions/checkout from 3 to 3.0.2.
   
   
-Bump commons-parent from 52 to 53.
+Bump commons-parent from 52 to 54 #238.
   
   
 Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.0 #221, #224, #226, 
#236.



[commons-imaging] branch dependabot/maven/org.apache.commons-commons-parent-54 updated (61ac09b4 -> 25a728ba)

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


 discard 61ac09b4 Bump commons-parent from 53 to 54
 add 25a728ba Bump commons-parent from 53 to 54

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (61ac09b4)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-parent-54 (25a728ba)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-configuration] branch master updated: Bump log4j.version from 2.18.0 to 2.19.0 (#213)

2022-09-22 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 20c84c0e Bump log4j.version from 2.18.0 to 2.19.0 (#213)
20c84c0e is described below

commit 20c84c0e20b3c8a62aa43b09ebe03851afda04bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:08:01 2022 -0700

Bump log4j.version from 2.18.0 to 2.19.0 (#213)

Bumps `log4j.version` from 2.18.0 to 2.19.0.

Updates `log4j-1.2-api` from 2.18.0 to 2.19.0

Updates `log4j-core` from 2.18.0 to 2.19.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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 2adac602..717f90fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
   org.yaml.snakeyaml.*;resolution:=optional,
   *
 
-2.18.0
+2.19.0
 2.0.1
 5.3.23
 



[commons-beanutils] branch master updated: Bump junit-jupiter from 5.9.0 to 5.9.1 #134

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new de286922 Bump junit-jupiter from 5.9.0 to 5.9.1 #134
de286922 is described below

commit de286922d3e56715ea627838ad2788d8f0ca5986
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:07:19 2022 -0700

Bump junit-jupiter from 5.9.0 to 5.9.1 #134
---
 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 cfb939af..6eecd4a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -131,7 +131,7 @@
 Update from Java 7 to 8.
   
   
-Bump junit-jupiter from 5.7.2 to 5.9.0 #113, #126.
+Bump junit-jupiter from 5.7.2 to 5.9.1 #113, #126, #134.
   
   
 Update JUnit from 4 to 5.9.1 vintage, #78, #112, #127, #136.



[commons-compress] branch master updated: Bump slf4j-api from 2.0.1 to 2.0.2

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 7756de6c Bump slf4j-api from 2.0.1 to 2.0.2
7756de6c is described below

commit 7756de6c1351403daad468333827111cd78ef63a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 21:25:28 2022 +

Bump slf4j-api from 2.0.1 to 2.0.2

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b392e69a..5d8fb87d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 5.9.1
 3.0.0-M6
 4.13.5
-2.0.1
+2.0.2
 0.8.8
 0.15.7
 3.4.1
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 71cbcc73..f3b946b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -183,7 +183,7 @@ The  type attribute can be add,update,fix,remove.
 Bump org.apache.felix.framework from 7.0.1 to 7.0.5 #232, #295.
   
   
-Bump slf4j-api from 1.7.30 to 2.0.1 #213, #241, #258, #310, #314.
+Bump slf4j-api from 1.7.30 to 2.0.2 #213, #241, #258, #310, #314, #315.
   
   
 Bump commons-parent from 52 to 53 #280.



[commons-compress] branch dependabot/maven/org.slf4j-slf4j-api-2.0.2 updated (15a0fa94 -> a1fb42f9)

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch dependabot/maven/org.slf4j-slf4j-api-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


 discard 15a0fa94 Bump slf4j-api from 2.0.1 to 2.0.2
 add 80471881 Bump junit.version from 5.9.0 to 5.9.1
 add a1fb42f9 Bump slf4j-api from 2.0.1 to 2.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (15a0fa94)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.slf4j-slf4j-api-2.0.2 (a1fb42f9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[commons-beanutils] branch master updated: Bump junit-jupiter from 5.9.0 to 5.9.1 (#134)

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 06c7542c Bump junit-jupiter from 5.9.0 to 5.9.1 (#134)
06c7542c is described below

commit 06c7542ce6e532e853281376f7577354fc9ddc34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:06:43 2022 -0700

Bump junit-jupiter from 5.9.0 to 5.9.1 (#134)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 
5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 8722b6e8..a3464fcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,7 +349,7 @@
 
   org.junit.jupiter
   junit-jupiter
-  5.9.0
+  5.9.1
   test
 
 



[commons-beanutils] branch master updated: Bump commons-parent from 53 to 54 #135

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 88571ae9 Bump commons-parent from 53 to 54 #135
88571ae9 is described below

commit 88571ae9647f92421fe22a8aa2cd469cdff20f60
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:06:33 2022 -0700

Bump commons-parent from 53 to 54 #135
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d620f05..cfb939af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -154,8 +154,8 @@
   
 Update BC version from 1.9.3 to 1.9.4.
   
-  
-Update commons-parent from 50 to 53.
+  
+Update commons-parent from 50 to 54, #135.
   
   
 Update biz.aQute.bndlib from 5.1.0 to 6.3.1 #29, #45, #79, #109, #119, 
#121.



[commons-compress] branch master updated: Bump junit.version from 5.9.0 to 5.9.1

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 80471881 Bump junit.version from 5.9.0 to 5.9.1
80471881 is described below

commit 80471881950a926949aaac7bd8c27c74d0620244
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 21:26:51 2022 +

Bump junit.version from 5.9.0 to 5.9.1

Bumps `junit.version` from 5.9.0 to 5.9.1.

Updates `junit-jupiter-api` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-jupiter-params` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-vintage-engine` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01e9e5e6..b392e69a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}
 false
 
-5.9.0
+5.9.1
 3.0.0-M6
 4.13.5
 2.0.1
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ecfb52d8..71cbcc73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -192,7 +192,7 @@ The  type attribute can be add,update,fix,remove.
 Bump commons.jacoco.version from 0.8.7 to 0.8.8.
   
   
-Bump junit.version from 5.8.2 to 5.9.0 #302.
+Bump junit.version from 5.8.2 to 5.9.1 #302, #317.
   
   
 Bump mockito.version from 4.6.1 to 4.8.0 #307, #312.



[commons-compress] branch dependabot/maven/junit.version-5.9.1 updated (5817a040 -> e214302b)

2022-09-22 Thread kinow
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch dependabot/maven/junit.version-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


 discard 5817a040 Bump junit.version from 5.9.0 to 5.9.1
 add e214302b Bump junit.version from 5.9.0 to 5.9.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5817a040)
\
 N -- N -- N   refs/heads/dependabot/maven/junit.version-5.9.1 
(e214302b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-beanutils] branch master updated: Bump commons-parent from 53 to 54 (#135)

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 21c781da Bump commons-parent from 53 to 54 (#135)
21c781da is described below

commit 21c781da87e892785e0b2f2098a00d38160c6ca6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:05:51 2022 -0700

Bump commons-parent from 53 to 54 (#135)

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 

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 c2d74370..8722b6e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   
 org.apache.commons
 commons-parent
-53
+54
   
   4.0.0
   commons-beanutils2



[commons-beanutils] branch master updated: Bump junit-vintage-engine from 5.9.0 to 5.9.1 #136

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new c8a3c4e5 Bump junit-vintage-engine from 5.9.0 to 5.9.1 #136
c8a3c4e5 is described below

commit c8a3c4e565bc947f8a6d751e5340c28396bbbcc7
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:05:40 2022 -0700

Bump junit-vintage-engine from 5.9.0 to 5.9.1 #136
---
 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 21209730..0d620f05 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -134,7 +134,7 @@
 Bump junit-jupiter from 5.7.2 to 5.9.0 #113, #126.
   
   
-Update JUnit from 4 to 5.9.0 vintage, #78, #112, #127.
+Update JUnit from 4 to 5.9.1 vintage, #78, #112, #127, #136.
   
   
 Update Jacoco from 0.8.4 to 0.8.8.



[commons-beanutils] branch master updated: Bump junit-vintage-engine from 5.9.0 to 5.9.1 (#136)

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 315e823d Bump junit-vintage-engine from 5.9.0 to 5.9.1 (#136)
315e823d is described below

commit 315e823d7b37f06458b4e4199db357ed65c64a07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:04:58 2022 -0700

Bump junit-vintage-engine from 5.9.0 to 5.9.1 (#136)

Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 
5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 8e70cb06..c2d74370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@
 
   org.junit.vintage
   junit-vintage-engine
-  5.9.0
+  5.9.1
   test
 
   



[commons-configuration] branch master updated: Bump commons-parent from 53 to 54 #216

2022-09-22 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 5b2f9e74 Bump commons-parent from 53 to 54 #216
5b2f9e74 is described below

commit 5b2f9e74836aa4e000ff226346c4597110313a67
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:04:46 2022 -0700

Bump commons-parent from 53 to 54 #216
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ed6ebedf..c777bb56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,9 @@
   
 Bump spring.version from 5.3.22 to 5.3.23 #211.
   
+  
+Bump commons-parent from 53 to 54 #216.
+  
 
 



[commons-configuration] branch master updated (d7820d57 -> 7f63386c)

2022-09-22 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


from d7820d57 Bump junit-jupiter from 5.9.0 to 5.9.1 #217
 add 7f63386c Bump commons-parent from 53 to 54 (#216)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-configuration] branch master updated: Bump junit-jupiter from 5.9.0 to 5.9.1 #217

2022-09-22 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new d7820d57 Bump junit-jupiter from 5.9.0 to 5.9.1 #217
d7820d57 is described below

commit d7820d578cf6dfc983af78bcdc3700765b625ce9
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:03:44 2022 -0700

Bump junit-jupiter from 5.9.0 to 5.9.1 #217
---
 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 b497e803..ed6ebedf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@
 Bump org.springframework:spring-* 5.3.21 -> 5.3.22.
   
   
-Bump junit-jupiter from 5.8.2 to 5.9.0 #197.
+Bump junit-jupiter from 5.8.2 to 5.9.1 #197, #217.
   
   
 Bump mockito-core from 4.6.1 to 4.8.0 #200.



[commons-configuration] branch master updated: Bump junit-jupiter from 5.9.0 to 5.9.1 (#217)

2022-09-22 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 312c44a2 Bump junit-jupiter from 5.9.0 to 5.9.1 (#217)
312c44a2 is described below

commit 312c44a295248a022f4e063e65d67bc92d399942
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:03:05 2022 -0700

Bump junit-jupiter from 5.9.0 to 5.9.1 (#217)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 
5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 a558cd34..d2d025ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@
 
   org.junit.jupiter
   junit-jupiter
-  5.9.0
+  5.9.1
   test
 
 



[commons-configuration] branch dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.1 created (now 889548f6)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at 889548f6 Bump junit-jupiter from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-configuration] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 77aaa6be)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at 77aaa6be Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-configuration] branch dependabot/maven/slf4j.version-2.0.2 created (now a1081b56)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at a1081b56 Bump slf4j.version from 2.0.1 to 2.0.2

No new revisions were added by this update.



[commons-configuration] branch dependabot/maven/org.codehaus.mojo-javacc-maven-plugin-3.0.1 created (now 06226ff0)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-javacc-maven-plugin-3.0.1
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at 06226ff0 Bump javacc-maven-plugin from 2.6 to 3.0.1

No new revisions were added by this update.



[commons-configuration] branch dependabot/maven/log4j.version-2.19.0 created (now d8c836ce)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/log4j.version-2.19.0
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at d8c836ce Bump log4j.version from 2.18.0 to 2.19.0

No new revisions were added by this update.



[commons-compress] branch dependabot/maven/junit.version-5.9.1 created (now 5817a040)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/junit.version-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


  at 5817a040 Bump junit.version from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-compress] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 1422f7cd)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


  at 1422f7cd Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-compress] branch dependabot/maven/org.slf4j-slf4j-api-2.0.2 created (now 15a0fa94)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.slf4j-slf4j-api-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


  at 15a0fa94 Bump slf4j-api from 2.0.1 to 2.0.2

No new revisions were added by this update.



[commons-collections] branch master updated: Bump commons-parent from 53 to 54 #339

2022-09-22 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
 new 16710abc9 Bump commons-parent from 53 to 54 #339
16710abc9 is described below

commit 16710abc9a4d4bb27fa2a2affb493a9ec2b03d47
Author: Gary Gregory 
AuthorDate: Thu Sep 22 17:21:28 2022 -0400

Bump commons-parent from 53 to 54 #339
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9506a4a2c..74d686548 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -204,8 +204,8 @@
 
   BloomFilter contribution.
 
-
-  [build] Update Apache commons-parent from 48 to 51.
+
+  [build] Update Apache commons-parent from 48 to 54, #339.
 
 
   Add 
org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.



[commons-collections] branch master updated: Bump commons-parent from 53 to 54 (#339)

2022-09-22 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
 new 47690503b Bump commons-parent from 53 to 54 (#339)
47690503b is described below

commit 47690503b776da84acaea5542686c650849d8b4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 17:19:39 2022 -0400

Bump commons-parent from 53 to 54 (#339)

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 

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 83c5d3dee..5b8f12a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   
 org.apache.commons
 commons-parent
-53
+54
   
   4.0.0
   commons-collections4



[commons-collections] branch master updated: Bump commons.junit.version from 5.9.0 to 5.9.1 #338

2022-09-22 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
 new 79077e8ef Bump commons.junit.version from 5.9.0 to 5.9.1 #338
79077e8ef is described below

commit 79077e8efd4c0858ce36a710469958bb28496759
Author: Gary Gregory 
AuthorDate: Thu Sep 22 16:45:59 2022 -0400

Bump commons.junit.version from 5.9.0 to 5.9.1 #338
---
 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 2dc9a19fc..9506a4a2c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -241,7 +241,7 @@
   Upgrade to JUnit v5.6.2 #136.
 
 
-  Fully migrate JUnit 4.12 to 5.9.0 #324.
+  Fully migrate JUnit 4.12 to 5.9.1 #324, #338.
 
 
   Upgrade Hamcrest to 2.2.



[commons-collections] branch master updated: Bump commons.junit.version from 5.9.0 to 5.9.1 (#338)

2022-09-22 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
 new e84a76918 Bump commons.junit.version from 5.9.0 to 5.9.1 (#338)
e84a76918 is described below

commit e84a76918e9025931211dde9619f0d22c74efc4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:44:18 2022 -0400

Bump commons.junit.version from 5.9.0 to 5.9.1 (#338)

Bumps `commons.junit.version` from 5.9.0 to 5.9.1.

Updates `junit-jupiter-api` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-jupiter-engine` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-jupiter-params` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-vintage-engine` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 e49a0393b..83c5d3dee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
 true
 2.8
 0.8.8
-5.9.0
+5.9.1
 
 
 0.15.7



[commons-beanutils] branch dependabot/maven/org.junit.vintage-junit-vintage-engine-5.9.1 created (now e47f176a)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.junit.vintage-junit-vintage-engine-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at e47f176a Bump junit-vintage-engine from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-beanutils] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 9f51c9ea)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 9f51c9ea Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-collections] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now b4c960012)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


  at b4c960012 Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-beanutils] branch dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.1 created (now 5e62bd4c)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 5e62bd4c Bump junit-jupiter from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-collections] branch dependabot/maven/commons.junit.version-5.9.1 created (now 37348dc13)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/commons.junit.version-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


  at 37348dc13 Bump commons.junit.version from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-cli] branch master updated: Bump commons-parent from 53 to 54 #128

2022-09-22 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 6ead65f  Bump commons-parent from 53 to 54 #128
6ead65f is described below

commit 6ead65f71112d9d991377f5ac4dfbd98f3a15f65
Author: Gary Gregory 
AuthorDate: Thu Sep 22 11:43:02 2022 -0700

Bump commons-parent from 53 to 54 #128
---
 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 7e800e4..ac6b81c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@
 Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.2.0 #98, #108, #115, 
#117, #126.
   
   
-Bump commons-parent from 52 to 53 #100.
+Bump commons-parent from 52 to 54 #100, #128.
   
   
 Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #103.



[commons-cli] branch master updated: Bump commons-parent from 53 to 54 (#128)

2022-09-22 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 9a93535  Bump commons-parent from 53 to 54 (#128)
9a93535 is described below

commit 9a93535f9bdcf87b7c3f568d25dc8c31b083b1bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 11:42:29 2022 -0700

Bump commons-parent from 53 to 54 (#128)

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 

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 ffa0ec0..c0c8494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   
 org.apache.commons
 commons-parent
-53
+54
   
   4.0.0
   commons-cli



[commons-codec] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1 #148

2022-09-22 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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new 675e87e0 Bump junit-bom from 5.9.0 to 5.9.1 #148
675e87e0 is described below

commit 675e87e05ffd62a2716b44beccc942bb8eef52a8
Author: Gary Gregory 
AuthorDate: Thu Sep 22 11:42:00 2022 -0700

Bump junit-bom from 5.9.0 to 5.9.1 #148
---
 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 252891a3..057b3307 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The  type attribute can be add,update,fix,remove.
   Bump actions/setup-java from v1.4.1 to 3 #60, 
#62, #121.
   Bump actions/checkout from 2.3.2 to 3.0.2 
#65, #98, #114.
   Bump commons-parent from 52 to 54, #147.
-  Bump junit from 4.13.1 to 5.9.0 #76, #39, 
#140.
+  Bump junit from 4.13.1 to 5.9.1 #76, #39, 
#140, #148.
   Bump Java 7 to 8.
   Bump japicmp-maven-plugin from 0.14.3 to 0.15.7.
   Bump jacoco-maven-plugin from 0.8.5 to 0.9.7 (Fixes Java 15 
builds).



[commons-codec] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1 (#148)

2022-09-22 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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new b98b94aa Bump junit-bom from 5.9.0 to 5.9.1 (#148)
b98b94aa is described below

commit b98b94aa1b706e98c0fd26c14b7ecef00126e127
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 11:41:25 2022 -0700

Bump junit-bom from 5.9.0 to 5.9.1 (#148)

Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 e470abe2..5b77ff15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@ limitations under the License.
   
 org.junit
 junit-bom
-5.9.0
+5.9.1
 pom
 import
 



[commons-codec] branch master updated: Bump commons-parent from 53 to 54 #147

2022-09-22 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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new 0e5cfafb Bump commons-parent from 53 to 54 #147
0e5cfafb is described below

commit 0e5cfafb19b9bf1644bd5ce9edbf1b8b4c79829a
Author: Gary Gregory 
AuthorDate: Thu Sep 22 11:41:15 2022 -0700

Bump commons-parent from 53 to 54 #147
---
 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 9ab1eca0..252891a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The  type attribute can be add,update,fix,remove.
   Bump actions/cache from v2 to v3.0.8 #75, 
#99, #119, #138.
   Bump actions/setup-java from v1.4.1 to 3 #60, 
#62, #121.
   Bump actions/checkout from 2.3.2 to 3.0.2 
#65, #98, #114.
-  Bump commons-parent from 52 to 53.
+  Bump commons-parent from 52 to 54, #147.
   Bump junit from 4.13.1 to 5.9.0 #76, #39, 
#140.
   Bump Java 7 to 8.
   Bump japicmp-maven-plugin from 0.14.3 to 0.15.7.



[commons-codec] branch master updated (0fa3a5c0 -> 4e8b2ba6)

2022-09-22 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


from 0fa3a5c0 Use GitHub cache for CodeQL
 add 4e8b2ba6 Bump commons-parent from 53 to 54 (#147)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-fileupload] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 337cb35)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


  at 337cb35  Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-cli] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now e342d2e)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


  at e342d2e  Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-dbcp] branch master updated: Bump commons-parent from 53 to 54 #219

2022-09-22 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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new 543f80d1 Bump commons-parent from 53 to 54 #219
543f80d1 is described below

commit 543f80d1c83eb0c6bf28a0bd0379fa29f70e6498
Author: Gary Gregory 
AuthorDate: Thu Sep 22 13:35:27 2022 -0400

Bump commons-parent from 53 to 54 #219
---
 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 3fee9e86..d50a2bf6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -188,7 +188,7 @@ The  type attribute can be add,update,fix,remove.
 Bump slf4j-simple from 1.7.30 to 1.7.36 #169.
   
   
-Bump commons-parent from 52 to 53 #180.
+Bump commons-parent from 52 to 54 #180, #219.
   
   
 Bump JaCoCo from 0.8.7 to 0.8.8.



[commons-dbcp] branch master updated: Bump commons-parent from 53 to 54 (#219)

2022-09-22 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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new db0fcfc8 Bump commons-parent from 53 to 54 (#219)
db0fcfc8 is described below

commit db0fcfc81b6172d4d639668eb36e9dceab3a5ce7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 13:34:34 2022 -0400

Bump commons-parent from 53 to 54 (#219)

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 

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 7f349114..962d1fc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.commons
 commons-parent
-53
+54
   
   4.0.0
   commons-dbcp2



[commons-dbcp] branch master updated: Bump junit-jupiter from 5.9.0 to 5.9.1 #218

2022-09-22 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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new c0cc736c Bump junit-jupiter from 5.9.0 to 5.9.1 #218
c0cc736c is described below

commit c0cc736c9b7693f240671f8a9005ad8cd76b438f
Author: Gary Gregory 
AuthorDate: Thu Sep 22 13:34:22 2022 -0400

Bump junit-jupiter from 5.9.0 to 5.9.1 #218
---
 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 e519e500..3fee9e86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -151,7 +151,7 @@ The  type attribute can be add,update,fix,remove.
 Bump commons-pool2 2.10.0 to 2.11.1.
   
   
-Bump junit-jupiter from 5.8.0-M1 to 5.9.0 #125, #136, #157, #203.
+Bump junit-jupiter from 5.8.0-M1 to 5.9.1 #125, #136, #157, #203, #218.
   
   
 Bump spotbugs-maven-plugin from 4.3.0 to 4.7.2.0 #140, #154, #161, 
#178, #192, #200, #204, #213.



[commons-codec] branch dependabot/maven/org.junit-junit-bom-5.9.1 created (now d1bbdedb)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.junit-junit-bom-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


  at d1bbdedb Bump junit-bom from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-codec] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 5f216b84)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


  at 5f216b84 Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-dbcp] branch master updated (52201fa2 -> 7c6bbef7)

2022-09-22 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


from 52201fa2 Use GitHub cache for CodeQL
 add 7c6bbef7 Bump junit-jupiter from 5.9.0 to 5.9.1 (#218)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-pool] branch master updated: Bump commons-parent from 53 to 54 #173

2022-09-22 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-pool.git


The following commit(s) were added to refs/heads/master by this push:
 new 8b5cad57 Bump commons-parent from 53 to 54 #173
8b5cad57 is described below

commit 8b5cad57a0196bc7113ae74d1ff6d776417c7f9d
Author: Gary Gregory 
AuthorDate: Thu Sep 22 13:24:42 2022 -0400

Bump commons-parent from 53 to 54 #173
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 67ab5fca..36f91306 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -122,8 +122,8 @@ The  type attribute can be add,update,fix,remove.
 
   Bump asm-util from 9.2 to 9.3 #141.
 
-
-  Bump commons-parent from 52 to 53.
+
+  Bump commons-parent from 52 to 54 #173.
 
 
   Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.



[commons-pool] branch master updated: Bump commons-parent from 53 to 54 (#173)

2022-09-22 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-pool.git


The following commit(s) were added to refs/heads/master by this push:
 new 09770529 Bump commons-parent from 53 to 54 (#173)
09770529 is described below

commit 097705291333b9fef73518e126e702eb4a75dfde
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 13:23:51 2022 -0400

Bump commons-parent from 53 to 54 (#173)

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 

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 5ef65099..173aee4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   
 org.apache.commons
 commons-parent
-53
+54
   
 
   commons-pool2



[commons-imaging] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 61ac09b4)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


  at 61ac09b4 Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-exec] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now dc10c17)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


  at dc10c17  Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-dbcp] branch dependabot/maven/org.slf4j-slf4j-simple-2.0.2 created (now cb156fa8)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.slf4j-slf4j-simple-2.0.2
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


  at cb156fa8 Bump slf4j-simple from 1.7.36 to 2.0.2

No new revisions were added by this update.



[commons-dbcp] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now 9496c53a)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


  at 9496c53a Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-dbcp] branch dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.1 created (now e6e7fe5f)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


  at e6e7fe5f Bump junit-jupiter from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-pool] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1 #172

2022-09-22 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-pool.git


The following commit(s) were added to refs/heads/master by this push:
 new 3311514f Bump junit-bom from 5.9.0 to 5.9.1 #172
3311514f is described below

commit 3311514fc27670314ebe62da3341fc50e6cd8d45
Author: Gary Gregory 
AuthorDate: Thu Sep 22 11:19:50 2022 -0400

Bump junit-bom from 5.9.0 to 5.9.1 #172
---
 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 df013e91..67ab5fca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,7 +96,7 @@ The  type attribute can be add,update,fix,remove.
   Bump spotbugs-maven-plugin from 4.3.0 to 4.72.0 #102, #110, #119, #125, 
#128, #139, #149, #157, #161, #169.
 
 
-  Bump junit-bom from 5.8.0-M1 to 5.9.0 #96, #100, #103, #120, #160.
+  Bump junit-bom from 5.8.0-M1 to 5.9.1 #96, #100, #103, #120, #160, #172.
 
 
   Bump checkstyle from 8.45.1 to 9.3 #97, #104, #111, #121, #126, #132.



[commons-pool] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1 (#172)

2022-09-22 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-pool.git


The following commit(s) were added to refs/heads/master by this push:
 new afcc5ebf Bump junit-bom from 5.9.0 to 5.9.1 (#172)
afcc5ebf is described below

commit afcc5ebf90cc103b0394e221cb0afc4d75f70fa5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 11:18:58 2022 -0400

Bump junit-bom from 5.9.0 to 5.9.1 (#172)

Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 8d0fb5ad..5ef65099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@
 0.15.7
 true
 false
-5.9.0
+5.9.1
 false

 



[commons-io] branch master updated: Adjust test that only runs on Linux

2022-09-22 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-io.git


The following commit(s) were added to refs/heads/master by this push:
 new 4f3b7101 Adjust test that only runs on Linux
4f3b7101 is described below

commit 4f3b7101a26431b97f3cbd4b33b6b2ece2f9c18e
Author: Gary Gregory 
AuthorDate: Thu Sep 22 11:17:25 2022 -0400

Adjust test that only runs on Linux
---
 .../java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTest.java 
b/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTest.java
index 315d097e..ed9c2efc 100644
--- a/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTest.java
+++ b/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTest.java
@@ -87,7 +87,7 @@ public class FileUtilsDeleteDirectoryLinuxTest extends 
FileUtilsDeleteDirectoryB
 fail("expected IOException");
 } catch (final IOException e) {
 final IOExceptionList list = (IOExceptionList) e;
-assertEquals("Cannot delete file: " + file.getAbsolutePath(), 
list.getCause(0).getMessage());
+assertTrue(list.getCause(0).getMessage().endsWith("Cannot delete 
file: " + file.getAbsolutePath()));
 } finally {
 chmod(nested, 755, false);
 FileUtils.deleteDirectory(nested);



[commons-pool] branch dependabot/maven/org.apache.commons-commons-parent-54 created (now ab64b216)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-54
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


  at ab64b216 Bump commons-parent from 53 to 54

No new revisions were added by this update.



[commons-pool] branch dependabot/maven/org.junit-junit-bom-5.9.1 created (now 7ad0fcda)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.junit-junit-bom-5.9.1
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


  at 7ad0fcda Bump junit-bom from 5.9.0 to 5.9.1

No new revisions were added by this update.



[commons-io] branch master updated: Try to get tests to pass on Java 8, 11, 17 on Windows, mac, and Ubuntu on GitHub.

2022-09-22 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-io.git


The following commit(s) were added to refs/heads/master by this push:
 new cd63f78f Try to get tests to pass on Java 8, 11, 17 on Windows, mac, 
and Ubuntu on GitHub.
cd63f78f is described below

commit cd63f78f80e1fce218cb33a768625f7f1e59974b
Author: Gary Gregory 
AuthorDate: Thu Sep 22 10:53:59 2022 -0400

Try to get tests to pass on Java 8, 11, 17 on Windows, mac, and Ubuntu
on GitHub.

This commit passes on Windows and macOS with Java 8, 11, and 17.
---
 .../apache/commons/io/function/IOStreamTest.java   | 77 --
 1 file changed, 57 insertions(+), 20 deletions(-)

diff --git a/src/test/java/org/apache/commons/io/function/IOStreamTest.java 
b/src/test/java/org/apache/commons/io/function/IOStreamTest.java
index 6391e9b4..1080cc62 100644
--- a/src/test/java/org/apache/commons/io/function/IOStreamTest.java
+++ b/src/test/java/org/apache/commons/io/function/IOStreamTest.java
@@ -18,12 +18,13 @@
 package org.apache.commons.io.function;
 
 import static org.junit.jupiter.api.Assertions.assertArrayEquals;
+import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertNull;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
-import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 
 import java.io.IOException;
 import java.util.Arrays;
@@ -36,6 +37,8 @@ import java.util.stream.IntStream;
 import java.util.stream.LongStream;
 import java.util.stream.Stream;
 
+import org.apache.commons.lang3.JavaVersion;
+import org.apache.commons.lang3.SystemUtils;
 import org.junit.jupiter.api.Test;
 
 /**
@@ -43,6 +46,9 @@ import org.junit.jupiter.api.Test;
  */
 public class IOStreamTest {
 
+private static final boolean AT_LEAST_JAVA_11 = 
SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_11);
+private static final boolean AT_LEAST_JAVA_17 = 
SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_17);
+
 private void compareAndSetIO(final AtomicReference ref, final 
String expected, final String update) throws IOException {
 TestUtils.compareAndSetThrowsIO(ref, expected, update);
 }
@@ -97,12 +103,17 @@ public class IOStreamTest {
 @Test
 public void testCollectSupplierOfRBiConsumerOfRQsuperTBiConsumerOfRR() 
throws IOException {
 // TODO Need an IOCollector?
-IOStream.of("A", "B").collect(() -> "A", (t, u) -> {}, (t, u) -> {});
+IOStream.of("A", "B").collect(() -> "A", (t, u) -> {
+}, (t, u) -> {
+});
 assertEquals("AB", Stream.of("A", "B").collect(StringBuilder::new, 
StringBuilder::append, StringBuilder::append).toString());
 assertEquals("AB", IOStream.of("A", "B").collect(StringBuilder::new, 
StringBuilder::append, StringBuilder::append).toString());
 // Exceptions
-assertThrows(IOException.class, () -> IOStream.of("A", 
"B").collect(TestUtils.throwingIOSupplier(), (t, u) -> {}, (t, u) -> {}));
-assertThrows(IOException.class, () -> IOStream.of("A", "B").collect(() 
-> "A", TestUtils.throwingIOBiConsumer(), (t, u) -> {}));
+assertThrows(IOException.class, () -> IOStream.of("A", 
"B").collect(TestUtils.throwingIOSupplier(), (t, u) -> {
+}, (t, u) -> {
+}));
+assertThrows(IOException.class, () -> IOStream.of("A", "B").collect(() 
-> "A", TestUtils.throwingIOBiConsumer(), (t, u) -> {
+}));
 }
 
 @SuppressWarnings("resource") // custom stream not recognized by compiler 
warning machinery
@@ -177,7 +188,7 @@ public class IOStreamTest {
 @Test
 public void testFlatMap() throws IOException {
 assertEquals(Arrays.asList("A", "B", "C", "D"),
-IOStream.of(IOStream.of("A", "B"), IOStream.of("C", 
"D")).flatMap(IOFunction.identity()).collect(Collectors.toList()));
+IOStream.of(IOStream.of("A", "B"), IOStream.of("C", 
"D")).flatMap(IOFunction.identity()).collect(Collectors.toList()));
 }
 
 @SuppressWarnings("resource") // custom stream not recognized by compiler 
warning machinery
@@ -320,19 +331,19 @@ public class IOStreamTest {
 @SuppressWarnings("resource") // custom stream not recognized by compiler 
warning machinery
 @Test
 public void testMapToDouble() {
-assertArrayEquals(new double[] {Double.parseDouble("1"), 
Double.parseDouble("2")}, IOStream.of("1", 
"2").mapToDouble(Double::parseDouble).toArray());
+assertArrayEquals(new double[] { Double.parseDouble("1"), 
Double.parseDouble("2") }, IOStream.of("1", 
"2").mapToDouble(Double::parseDouble).toArray());
   

[commons-bcel] branch master updated: Bump commons-parent from 53 to 54 #148

2022-09-22 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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
 new d86c4e80 Bump commons-parent from 53 to 54 #148
d86c4e80 is described below

commit d86c4e802fffc7b0da1bf4f5df4bb37f9c98da92
Author: Gary Gregory 
AuthorDate: Thu Sep 22 09:12:35 2022 -0400

Bump commons-parent from 53 to 54 #148
---
 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 bd3862ef..5338c50c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,7 +95,7 @@ The  type attribute can be add,update,fix,remove.
   Bump actions/checkout from 2.3.1 to 3.0.2 
#59, #66, #73, #108, #115.  
   Bump actions/setup-java from 1.4.0 to 3 #62, 
#67.
   Bump tests from Apache Commons Lang 3.10 to 3.12.0
-  Bump commons-parent from 50 to 53.
+  Bump commons-parent from 50 to 54.
   Bump biz.aQute.bndlib from 5.1.0 to 6.3.1, 
#54, #72, #81, #111.
   Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M7 #53, 
#124, #129.
   Bump maven-checkstyle-plugin from 3.1.0 to 3.2.0, #77, 
#141.



[commons-bcel] branch master updated: Bump commons-parent from 53 to 54 (#148)

2022-09-22 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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
 new 4fa9a6c7 Bump commons-parent from 53 to 54 (#148)
4fa9a6c7 is described below

commit 4fa9a6c7179d2e5549fec52d894e5c0b8a8d3643
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 09:12:06 2022 -0400

Bump commons-parent from 53 to 54 (#148)

Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 
54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- 
[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] 

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 40623b8b..25f96844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 org.apache.commons
 commons-parent
-53
+54
   
 
   org.apache.bcel



[commons-lang] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1 #955

2022-09-22 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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new 913cc3691 Bump junit-bom from 5.9.0 to 5.9.1 #955
913cc3691 is described below

commit 913cc3691210bb35bc4b4579235c1e30e85704ef
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:58:37 2022 -0400

Bump junit-bom from 5.9.0 to 5.9.1 #955
---
 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 5a1e2ce67..87b46515c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -191,7 +191,7 @@ The  type attribute can be add,update,fix,remove.
 Bump commons.jacoco.version from 0.8.6 to 0.8.8.
 Bump commons.japicmp.version from 0.15.2 to 0.15.7.
 Bump junit-pioneer from 1.3.8 to 1.7.1 #749, #767, #832, 
#883.
-Bump junit-bom from 5.7.1 to 5.9.0 #761, #805, #807, #836, 
#928.
+Bump junit-bom from 5.7.1 to 5.9.1 #761, #805, #807, #836, 
#928, #955.
 Bump maven-javadoc-plugin from 3.2.0 to 3.4.1.
 Bump jmh.version from 1.27 to 1.35 #794, #842, 
#872.
 Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #802, #858, 
#909, #948.



[commons-lang] branch master updated: Bump junit-bom from 5.9.0 to 5.9.1 (#955)

2022-09-22 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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new 01c3a06bb Bump junit-bom from 5.9.0 to 5.9.1 (#955)
01c3a06bb is described below

commit 01c3a06bbf06c4f4cee323efd0911f0e355c629f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 08:56:08 2022 -0400

Bump junit-bom from 5.9.0 to 5.9.1 (#955)

Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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 974729ac3..795a40de9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,7 +527,7 @@
   
 org.junit
 junit-bom
-5.9.0
+5.9.1
 pom
 import
   



[commons-beanutils] branch master updated: Bump maven-pmd-plugin from 3.18.0 to 3.19.0 #131

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 1edc9de9 Bump maven-pmd-plugin from 3.18.0 to 3.19.0 #131
1edc9de9 is described below

commit 1edc9de96ca8b52364bf087092c823433a64f6b0
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:55:42 2022 -0400

Bump maven-pmd-plugin from 3.18.0 to 3.19.0 #131
---
 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 55bbf1c5..21209730 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -149,7 +149,7 @@
 Update maven-checkstyle-plugin from 3.0.0 to 3.2.0, #76, #129.
   
   
-Update maven-pmd-plugin from 3.12.0 to 3.18.0, #120, #128.
+Update maven-pmd-plugin from 3.12.0 to 3.19.0, #120, #128, #131.
   
   
 Update BC version from 1.9.3 to 1.9.4.



[commons-vfs] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
 new 59aa1607 Use GitHub cache for CodeQL
59aa1607 is described below

commit 59aa16077106f1869cb2e7f1d90f7f1d6740506d
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:54:06 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91475e71..87325a9f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-beanutils] branch master updated: Bump maven-pmd-plugin from 3.18.0 to 3.19.0 (#131)

2022-09-22 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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 3db069e6 Bump maven-pmd-plugin from 3.18.0 to 3.19.0 (#131)
3db069e6 is described below

commit 3db069e6b479c2cd0929984ba548b9fa555e4aed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 08:54:30 2022 -0400

Bump maven-pmd-plugin from 3.18.0 to 3.19.0 (#131)

Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 
3.18.0 to 3.19.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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 2a9584cf..8e70cb06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,7 +487,7 @@
   
   
 maven-pmd-plugin
-3.18.0
+3.19.0
 
   ${maven.compiler.target}
   true



[commons-validator] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-validator.git


The following commit(s) were added to refs/heads/master by this push:
 new bbab85ab Use GitHub cache for CodeQL
bbab85ab is described below

commit bbab85ab3ecec0ceb6cc378179ae74c6d68e89ca
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:53:50 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5a..29024680 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-text] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-text.git


The following commit(s) were added to refs/heads/master by this push:
 new 1c034069 Use GitHub cache for CodeQL
1c034069 is described below

commit 1c0340694871183baf6e55376dd85c260e810bb0
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:53:35 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5a..29024680 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-release-plugin] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 52cdf43  Use GitHub cache for CodeQL
52cdf43 is described below

commit 52cdf43886cb5e5fe46b489abd01820d5c115d89
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:52:52 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5..2902468 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-rdf] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-rdf.git


The following commit(s) were added to refs/heads/master by this push:
 new 7d0659e9 Use GitHub cache for CodeQL
7d0659e9 is described below

commit 7d0659e9f53f86ab6e87986c266d939be3e519e8
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:52:38 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91475e71..87325a9f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-pool] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-pool.git


The following commit(s) were added to refs/heads/master by this push:
 new 41ab9ce1 Use GitHub cache for CodeQL
41ab9ce1 is described below

commit 41ab9ce11707cdd3bd77effcd8d83daec8958d18
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:52:23 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91475e71..87325a9f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-ognl] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-ognl.git


The following commit(s) were added to refs/heads/master by this push:
 new e92dc0a  Use GitHub cache for CodeQL
e92dc0a is described below

commit e92dc0a9e31a7ab1291cd4b6276d9cab368b0a7b
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:52:08 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d5556b9..97de858 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-net] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-net.git


The following commit(s) were added to refs/heads/master by this push:
 new 902b70e5 Use GitHub cache for CodeQL
902b70e5 is described below

commit 902b70e5fdfe72d7e7a6fe75eb03d35d21102d1c
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:51:50 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91475e71..87325a9f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-logging] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-logging.git


The following commit(s) were added to refs/heads/master by this push:
 new 5bc4db8  Use GitHub cache for CodeQL
5bc4db8 is described below

commit 5bc4db8c0255fa7df55746d87a9d2cb187e999a4
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:51:21 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91475e7..87325a9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-lang] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new b548be5f6 Use GitHub cache for CodeQL
 new c2c7862e3 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-lang.git
b548be5f6 is described below

commit b548be5f6425ccb32122aebd76c0a3cca3986d8a
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:49:41 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 989d6bbd4..a5565ef62 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,6 +45,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-jexl] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
 new 04433fea Use GitHub cache for CodeQL
04433fea is described below

commit 04433fea3f4871c1f8bd1f2b9759146c79c6544c
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:49:25 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91475e71..87325a9f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-jcs] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
 new 6e42e783 Use GitHub cache for CodeQL
6e42e783 is described below

commit 6e42e783a29dde9d7337ab732081d2a25deecc1b
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:47:55 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5a..29024680 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-io] 01/02: Add IOBaseStream & IOStream

2022-09-22 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-io.git

commit 4ea91d20dfa730bf2ce2120f7bdfbe0384d0c29a
Author: Gary Gregory 
AuthorDate: Mon Sep 19 17:28:40 2022 -0400

Add IOBaseStream & IOStream
---
 src/changes/changes.xml|   2 +-
 .../apache/commons/io/function/IOBaseStream.java   | 154 ++
 .../commons/io/function/IOBaseStreamAdapter.java   |  52 ++
 .../org/apache/commons/io/function/IOStream.java   | 597 +
 .../commons/io/function/IOStreamAdapter.java   |  45 ++
 .../org/apache/commons/io/function/IOStreams.java  |  62 +--
 .../commons/io/function/UncheckedIOBaseStream.java |  88 +++
 .../commons/io/input/ObservableInputStream.java|   3 +-
 .../org/apache/commons/io/function/EraseTest.java  |  97 
 .../commons/io/function/IOBaseStreamTest.java  | 349 
 .../apache/commons/io/function/IOIntStream.java|  27 +
 .../commons/io/function/IOIntStreamAdapter.java|  41 ++
 .../apache/commons/io/function/IOStreamTest.java   | 540 +++
 .../apache/commons/io/function/IOSupplierTest.java |   4 +-
 .../apache/commons/io/function/PathBaseStream.java |  28 +
 .../org/apache/commons/io/function/PathStream.java |  28 +
 .../apache/commons/io/function/TestConstants.java  |  12 +-
 .../org/apache/commons/io/function/TestUtils.java  |  47 +-
 .../apache/commons/io/function/UncheckTest.java|  38 +-
 19 files changed, 2133 insertions(+), 81 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e2488b3..f10ca8b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -428,7 +428,7 @@ The  type attribute can be add,update,fix,remove.
 Add PathUtils.getLastModifiedFileTime(*).
   
   
-Add IOBiFunction, IOTriFunction, IOQuadFunction, IOPredicate, 
IOIterator, IOSpliterator, FilesUncheck.
+Add IOBiFunction, IOTriFunction, IOQuadFunction, IOPredicate, 
IOIterator, IOSpliterator, IOBaseStream, IOStream, FilesUncheck.
   
   
 Add IOUtils.consume(Reader).
diff --git a/src/main/java/org/apache/commons/io/function/IOBaseStream.java 
b/src/main/java/org/apache/commons/io/function/IOBaseStream.java
new file mode 100644
index ..6ac9bee2
--- /dev/null
+++ b/src/main/java/org/apache/commons/io/function/IOBaseStream.java
@@ -0,0 +1,154 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.commons.io.function;
+
+import java.io.Closeable;
+import java.io.IOException;
+import java.io.UncheckedIOException;
+import java.util.stream.BaseStream;
+import java.util.stream.Stream;
+
+/**
+ * Like {@link BaseStream} but throws {@link IOException}.
+ *
+ * @param  the type of the stream elements.
+ * @param  the type of the IO stream extending {@code IOBaseStream}.
+ * @param  the type of the stream extending {@code BaseStream}.
+ * @since 2.12.0
+ */
+public interface IOBaseStream, B extends 
BaseStream> extends Closeable {
+
+/**
+ * Creates a {@link BaseStream} for this instance that throws {@link 
UncheckedIOException} instead of
+ * {@link IOException}.
+ *
+ * @return an {@link UncheckedIOException} {@link BaseStream}.
+ */
+@SuppressWarnings("unchecked")
+default BaseStream asBaseStream() {
+return new UncheckedIOBaseStream<>((S) this);
+}
+
+/**
+ * Like {@link BaseStream#close()}.
+ *
+ * @see BaseStream#close()
+ */
+@Override
+default void close() {
+unwrap().close();
+}
+
+/**
+ * Like {@link BaseStream#isParallel()}.
+ *
+ * @return See {@link BaseStream#isParallel() delegate}.
+ * @see BaseStream#isParallel()
+ */
+@SuppressWarnings("resource") // for unwrap()
+default boolean isParallel() {
+return unwrap().isParallel();
+}
+
+/**
+ * Like {@link BaseStream#iterator()}.
+ *
+ * @return See {@link BaseStream#iterator() delegate}.
+ * @see BaseStream#iterator()
+ */
+@SuppressWarnings("resource") // for unwrap()
+default IOIterator iterator() {
+return IOIteratorAdapter

[commons-io] 02/02: Use GitHub cache for CodeQL

2022-09-22 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-io.git

commit d503c604482d27f1bb4c6d7d30d5d3280c665538
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:48:31 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5a..29024680 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-io] branch master updated (ed9c1ea3 -> d503c604)

2022-09-22 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


from ed9c1ea3 Remove unused exception in test
 new 4ea91d20 Add IOBaseStream & IOStream
 new d503c604 Use GitHub cache for CodeQL

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql-analysis.yml  |   6 +
 src/changes/changes.xml|   2 +-
 .../apache/commons/io/function/IOBaseStream.java   | 154 ++
 ...eratorAdapter.java => IOBaseStreamAdapter.java} |  31 +-
 .../org/apache/commons/io/function/IOStream.java   | 597 +
 ...pliteratorAdapter.java => IOStreamAdapter.java} |  24 +-
 .../org/apache/commons/io/function/IOStreams.java  |  62 +--
 .../commons/io/function/UncheckedIOBaseStream.java |  88 +++
 .../commons/io/input/ObservableInputStream.java|   3 +-
 .../org/apache/commons/io/function/EraseTest.java  |  97 
 .../commons/io/function/IOBaseStreamTest.java  | 349 
 .../apache/commons/io/function/IOIntStream.java}   |  10 +-
 .../commons/io/function/IOIntStreamAdapter.java}   |  24 +-
 .../apache/commons/io/function/IOStreamTest.java   | 540 +++
 .../apache/commons/io/function/IOSupplierTest.java |   4 +-
 .../commons/io/function/PathBaseStream.java}   |  11 +-
 .../apache/commons/io/function/PathStream.java}|  11 +-
 .../apache/commons/io/function/TestConstants.java  |  12 +-
 .../org/apache/commons/io/function/TestUtils.java  |  47 +-
 .../apache/commons/io/function/UncheckTest.java|  38 +-
 20 files changed, 1985 insertions(+), 125 deletions(-)
 create mode 100644 
src/main/java/org/apache/commons/io/function/IOBaseStream.java
 copy src/main/java/org/apache/commons/io/function/{IOSpliteratorAdapter.java 
=> IOBaseStreamAdapter.java} (65%)
 create mode 100644 src/main/java/org/apache/commons/io/function/IOStream.java
 copy src/main/java/org/apache/commons/io/function/{IOSpliteratorAdapter.java 
=> IOStreamAdapter.java} (60%)
 create mode 100644 
src/main/java/org/apache/commons/io/function/UncheckedIOBaseStream.java
 create mode 100644 src/test/java/org/apache/commons/io/function/EraseTest.java
 create mode 100644 
src/test/java/org/apache/commons/io/function/IOBaseStreamTest.java
 copy src/{main/java/org/apache/commons/io/function/package-info.java => 
test/java/org/apache/commons/io/function/IOIntStream.java} (74%)
 copy src/{main/java/org/apache/commons/io/function/IOSpliteratorAdapter.java 
=> test/java/org/apache/commons/io/function/IOIntStreamAdapter.java} (59%)
 create mode 100644 
src/test/java/org/apache/commons/io/function/IOStreamTest.java
 copy src/{main/java/org/apache/commons/io/function/package-info.java => 
test/java/org/apache/commons/io/function/PathBaseStream.java} (83%)
 copy src/{main/java/org/apache/commons/io/function/package-info.java => 
test/java/org/apache/commons/io/function/PathStream.java} (86%)



[commons-imaging] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
 new 7c3356ee Use GitHub cache for CodeQL
7c3356ee is described below

commit 7c3356eea670dd1348577bd6b141d2a24959663d
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:47:36 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5a..29024680 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



[commons-fileupload] branch master updated: Use GitHub cache for CodeQL

2022-09-22 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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
 new ad12a62  Use GitHub cache for CodeQL
ad12a62 is described below

commit ad12a62b04483db9ebbf41d47544ca831c7ce1d5
Author: Gary Gregory 
AuthorDate: Thu Sep 22 08:47:22 2022 -0400

Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5..2902468 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
 steps:
 - name: Checkout repository
   uses: actions/checkout@v3.0.2
+- uses: actions/cache@v3.0.8
+  with:
+path: ~/.m2/repository
+key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  ${{ runner.os }}-maven-
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL



  1   2   >