[commons-beanutils] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was 36cc1234)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


 was 36cc1234 Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-beanutils] branch master updated (cd4afd12 -> 45ee8f11)

2023-09-08 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-beanutils.git


from cd4afd12 Bump commons-parent from 61 to 62
 add 45ee8f11 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#183)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-beanutils] branch master updated: Bump actions/checkout from 3.6.0 to 4.0.0 (#182)

2023-09-08 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 c0670a07 Bump actions/checkout from 3.6.0 to 4.0.0 (#182)
c0670a07 is described below

commit c0670a07366d768eaa8333eebbc2dfb316d7c74d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 19:34:53 2023 -0400

Bump actions/checkout from 3.6.0 to 4.0.0 (#182)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 
4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 1eb9c3ba..e2dac3f0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
 
 steps:
 - name: Checkout repository
-  uses: actions/checkout@v3.6.0
+  uses: actions/checkout@v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@v3.3.2
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index e10ca679..938b87f5 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
 java: [ 8 ]
 
 steps:
-- uses: actions/checkout@v3.6.0
+- uses: actions/checkout@v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@v3.3.2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8c2d6ad0..0bf8494b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #experimental: true
 
 steps:
-- uses: actions/checkout@v3.6.0
+- uses: actions/checkout@v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@v3.3.2
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index ac06b2af..7335c7a5 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
 steps:
 
   - name: "Checkout code"
-uses: actions/checkout@v3.6.0   # 3.1.0
+uses: actions/checkout@v4.0.0   # 3.1.0
 with:
   persist-credentials: false
 



[commons-beanutils] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was 0ab562bf)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


 was 0ab562bf Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-beanutils] branch master updated (45ee8f11 -> 4767bb26)

2023-09-08 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-beanutils.git


from 45ee8f11 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#183)
 add 4767bb26 Bump actions/cache from 3.3.1 to 3.3.2 (#184)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-beanutils] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 14ece694)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


 was 14ece694 Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-validator] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was e0a8f383)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


 was e0a8f383 Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-validator] 01/01: Merge pull request #151 from apache/dependabot/github_actions/actions/checkout-4.0.0

2023-09-08 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

commit 85f9fa1501b2302f761f2649664ae0425d73d165
Merge: 55cb2194 e0a8f383
Author: Gary Gregory 
AuthorDate: Fri Sep 8 19:34:04 2023 -0400

Merge pull request #151 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index 6c3a7c3c,1336bc0c..1cd0e96b
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
  steps:
  - name: Checkout repository
-   uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+   uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/coverage.yml
index 9f9243c0,2efde3cf..a30b3529
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
  java: [ 8 ]
  
  steps:
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 47dec679,064b1cd4..ec094373
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #experimental: true
  
  steps:
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}



[commons-validator] branch master updated (55cb2194 -> 85f9fa15)

2023-09-08 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-validator.git


from 55cb2194 Merge pull request #152 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3
 add e0a8f383 Bump actions/checkout from 3.6.0 to 4.0.0
 new 85f9fa15 Merge pull request #151 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

The 1 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 | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



[commons-validator] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was c89936a7)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


 was c89936a7 Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-validator] branch master updated (8a276280 -> 55cb2194)

2023-09-08 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-validator.git


from 8a276280 Merge pull request #150 from 
apache/dependabot/github_actions/actions/cache-3.3.2
 add c89936a7 Bump actions/upload-artifact from 3.1.2 to 3.1.3
 add 55cb2194 Merge pull request #152 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-validator] branch master updated (c60713a6 -> 8a276280)

2023-09-08 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-validator.git


from c60713a6 Bump commons-parent from 61 to 62
 add a44c9c22 Bump actions/cache from 3.3.1 to 3.3.2
 add 8a276280 Merge pull request #150 from 
apache/dependabot/github_actions/actions/cache-3.3.2

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-validator] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was a44c9c22)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


 was a44c9c22 Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-beanutils] branch dependabot/github_actions/actions/cache-3.3.2 created (now 0ab562bf)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 0ab562bf Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



[commons-beanutils] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now 14ece694)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 14ece694 Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-beanutils] branch dependabot/github_actions/actions/checkout-4.0.0 created (now 36cc1234)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 36cc1234 Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-validator] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now c89936a7)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


  at c89936a7 Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-validator] branch dependabot/github_actions/actions/checkout-4.0.0 created (now e0a8f383)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


  at e0a8f383 Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-validator] branch dependabot/github_actions/actions/cache-3.3.2 created (now a44c9c22)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


  at a44c9c22 Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



svn commit: r1912205 - in /commons/cms-site/trunk: conf/component_releases.properties content/xdoc/index.xml.vm

2023-09-08 Thread sebb
Author: sebb
Date: Fri Sep  8 22:55:32 2023
New Revision: 1912205

URL: http://svn.apache.org/viewvc?rev=1912205=rev
Log:
Show both Fileupload 1.5 and 2.0.0-M1 for now

Modified:
commons/cms-site/trunk/conf/component_releases.properties
commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/conf/component_releases.properties
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/conf/component_releases.properties?rev=1912205=1912204=1912205=diff
==
--- commons/cms-site/trunk/conf/component_releases.properties (original)
+++ commons/cms-site/trunk/conf/component_releases.properties Fri Sep  8 
22:55:32 2023
@@ -32,8 +32,10 @@ emailVersion=1.5
 emailReleased=2017-08-01
 execVersion=1.3
 execReleased=2014-11-06
-fileuploadVersion=2.0.0-M1
-fileuploadReleased=2023-07-19
+fileuploadVersion=1.5
+fileuploadReleased=2023-2-13
+fileupload2Version=2.0.0-M1
+fileupload2Released=2023-07-19
 functorVersion=1.0
 functorReleased=2011-??-??
 geometryVersion=1.0

Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1912205=1912204=1912205=diff
==
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Fri Sep  8 22:55:32 2023
@@ -193,6 +193,11 @@
 https://search.maven.org/artifact/commons-fileupload/commons-fileupload/${fileuploadVersion}/jar;
 rel="nofollow">
  https://img.shields.io/maven-central/v/commons-fileupload/commons-fileupload;
 style="max-width:100%;"/>
${fileuploadReleased}
+FileUpload2
+File upload capability for your servlets and web 
applications.
+https://search.maven.org/artifact/org.apache.commons/commons-fileupload2/${fileupload2Version}/jar;
 rel="nofollow">
+ https://img.shields.io/maven-central/v/org.apache.commons/commons-fileupload2;
 style="max-width:100%;"/>
+   ${fileupload2Released}
 Functor
 A functor is a function that can be manipulated as an object, 
or an object representing a single, generic function.
 ${functorVersion}




[commons-compress] branch master updated: Bump org.apache.commons:commons-parent from 61 to 62

2023-09-08 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-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 3f4fd48d Bump org.apache.commons:commons-parent from 61 to 62
3f4fd48d is described below

commit 3f4fd48d12e29d78352180a69b58d66bfe3b54f0
Author: Gary Gregory 
AuthorDate: Fri Sep 8 18:53:23 2023 -0400

Bump org.apache.commons:commons-parent from 61 to 62
---
 pom.xml | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4f2ae23..326f8e18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.commons
 commons-parent
-61
+62
   
 
   commons-compress
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eef138f2..e4ff4ae5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The  type attribute can be add,update,fix,remove.
   
   
   Bump 
org.slf4j:slf4j-api from 2.0.8 to 2.0.9 #413.
+  Bump 
org.apache.commons:commons-parent from 61 to 62.
 
 
   



[commons-compress] branch master updated (63726bfa -> 386c7abf)

2023-09-08 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-compress.git


from 63726bfa Merge branch 'release'
 add 386c7abf Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9 (#413)

No new revisions were added by this update.

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



[commons-compress] branch master updated (386c7abf -> 19f3bfc7)

2023-09-08 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-compress.git


from 386c7abf Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9 (#413)
 add 19f3bfc7 Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9 #413

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml | 6 ++
 1 file changed, 6 insertions(+)



[commons-compress] branch dependabot/maven/org.slf4j-slf4j-api-2.0.9 deleted (was 05f948c3)

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

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


 was 05f948c3 Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-fileupload] branch master updated: Pom says Java 11

2023-09-08 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb 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 4c1bb2a8 Pom says Java 11
4c1bb2a8 is described below

commit 4c1bb2a8118b3c9aea1e915aedc4c588745b3cbf
Author: Sebb 
AuthorDate: Fri Sep 8 23:34:12 2023 +0100

Pom says Java 11
---
 RELEASE-NOTES.txt | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3950c185..17fa51dc 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -4,7 +4,10 @@ The Apache Commons FileUpload Parent team is pleased to 
announce the release of
 
 The Apache Commons FileUpload component provides a simple yet flexible means of
 adding support for multipart file upload functionality to servlets and web
-applications. This version requires Java 8 or later.
+applications. 
+
+This version requires Java 11 or later.
+Note also that the Maven coordinates have changed.
 
 
 2.0.0-M1 Release



[commons-compress] branch dependabot/maven/mockito.version-5.5.0 updated (4410f88f -> 5160768f)

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

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


omit 4410f88f Bump mockito.version from 4.11.0 to 5.5.0
 add c2c472c9 Bump actions/checkout from 3.5.3 to 3.6.0 (#407)
 add 3aebc196 Javadoc
 add 7d14165b Generics
 add 0c221f08 Generics
 add 9c12e3dd Better param name
 add b80cc6b4 No need to initialize to default value
 add 149616fe Replace deprecated method call
 add b0c57d26 Add @SuppressWarnings
 add be63e111 Use try-with-resources
 add ba7a337d Use try-with-resources
 add b5e93bb5 Use try-with-resources
 add 2b00b7f8 Use try-with-resources
 add 5ff8af5f Use try-with-resources
 add 95e67f06 Use try-with-resources
 add 0faa52d9 Use better test API
 add c6c99897 Use better test API
 add 441aefc7 Bump commons-parent from 59 to 61
 add 2913771b Use JUnit fail() instead of throwing an error in tests
 add df7172f4 Bump github/codeql-action from 2.21.4 to 2.21.5 (#409)
 add 43354810 Add testPaxTimeFieldsForInvalidValues
 add 2ca85910 Javadoc
 add 5e04c84f Javadoc
 add bff667e5 Comment empty block
 add 89391cb0 Comment
 add 331de296 Use try-with-resources
 add 9cf07fa5 Bullet-proof test
 add 7e384b59 Bullet-proof test
 add fa4f1c48 Use try-with-resources
 add a54b1f3f Use try-with-resources
 add 3b2adb49 Use try-with-resources
 add 4aa4b1ab Comment empty block
 add 2e4fdff7 Use try-with-resources
 add c284c522 Use try-with-resources
 add b220635b Use try-with-resources
 add 58390f0d Use try-with-resources
 add 35584738 Use try-with-resources
 add 66f0b3be Use try-with-resources
 add 8d05bddb Use try-with-resources in tests
 add a3f70f42 Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.8
 add 6cb49f3f Prepare for release candidate
 add cbd12005 Prepare for release candidate
 add fc621d68 Bump actions/checkout from 3.6.0 to 4.0.0 (#410)
 add cb3189e9 Bump actions/cache from 3.3.1 to 3.3.2 (#412)
 add 19265009 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#411)
 add e52eabe9 Update POM version for Apache Commons Compress release 1.24.0
 add 716207c6 Bump to next development version
 add 63726bfa Merge branch 'release'
 add 5160768f Bump mockito.version from 4.11.0 to 5.5.0

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   (4410f88f)
\
 N -- N -- N   refs/heads/dependabot/maven/mockito.version-5.5.0 
(5160768f)

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:
 .github/workflows/codeql-analysis.yml  |   8 +-
 .github/workflows/coverage.yml |   4 +-
 .github/workflows/maven.yml|   4 +-
 .github/workflows/scorecards-analysis.yml  |   6 +-
 README.md  |  11 +-
 RELEASE-NOTES.txt  |  40 ++-
 pom.xml|  11 +-
 src/changes/changes.xml|   9 +-
 .../archivers/ar/ArArchiveInputStream.java |   7 +-
 .../compress/archivers/dump/DumpArchiveUtil.java   |  29 +-
 .../compress/archivers/tar/TarArchiveEntry.java|  20 +-
 .../archivers/tar/TarArchiveOutputStream.java  |  40 +--
 .../lzma/LZMACompressorOutputStream.java   |   1 +
 .../harmony/archive/internal/nls/Messages.java |   2 +-
 .../harmony/unpack200/AttributeLayoutMap.java  |   6 +-
 src/site/xdoc/download_compress.xml|  26 +-
 .../apache/commons/compress/AbstractTestCase.java  |   2 +-
 .../compress/archivers/examples/ExpanderTest.java  |  16 +-
 .../compress/archivers/jar/ExpandApkTest.java  |   2 +-
 .../archivers/sevenz/AES256SHA256DecoderTest.java  |  27 +-
 .../compress/archivers/sevenz/SevenZFileTest.java  |   3 +
 .../archivers/sevenz/SevenZOutputFileTest.java |   4 +-
 .../archivers/tar/TarArchiveEntryTest.java |  24 ++
 .../compress/archivers/zip/BinaryTreeTest.java |  19 +-
 .../compress/archivers/zip/ExplodeSupportTest.java |  23 +-
 .../archivers/zip/ScatterZipOutputStreamTest.java  |  17 +-
 .../archivers/zip/StreamCompressorTest.java|  41 +--
 .../compress/archivers/zip/UTF8ZipFilesTest.java   |  21 +-
 

[commons-compress] branch dependabot/maven/org.slf4j-slf4j-api-2.0.9 updated (2ec7ecc5 -> 05f948c3)

2023-09-08 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.9
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


omit 2ec7ecc5 Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9
 add fc621d68 Bump actions/checkout from 3.6.0 to 4.0.0 (#410)
 add cb3189e9 Bump actions/cache from 3.3.1 to 3.3.2 (#412)
 add 19265009 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#411)
 add e52eabe9 Update POM version for Apache Commons Compress release 1.24.0
 add 716207c6 Bump to next development version
 add 63726bfa Merge branch 'release'
 add 05f948c3 Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9

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   (2ec7ecc5)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.slf4j-slf4j-api-2.0.9 (05f948c3)

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:
 .github/workflows/codeql-analysis.yml | 4 ++--
 .github/workflows/coverage.yml| 4 ++--
 .github/workflows/maven.yml   | 4 ++--
 .github/workflows/scorecards-analysis.yml | 4 ++--
 pom.xml   | 7 +++
 src/changes/changes.xml   | 6 +++---
 6 files changed, 14 insertions(+), 15 deletions(-)



[commons-compress] 01/02: Bump to next development version

2023-09-08 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-compress.git

commit 716207c64f91531a3bf8d5cb97107f20a4e932f6
Author: Gary Gregory 
AuthorDate: Fri Sep 8 18:32:30 2023 -0400

Bump to next development version
---
 pom.xml | 2 +-
 src/changes/changes.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 376535ae..09672cb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   
 
   commons-compress
-  1.24.0
+  1.24.1-SNAPSHOT
   Apache Commons Compress
   https://commons.apache.org/proper/commons-compress/
   2002 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 40ae2969..5e2933d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The  type attribute can be add,update,fix,remove.
 Apache Commons Compress Release Notes
   
   
-
+
   
   Make 
ZipArchiveEntry.getLocalHeaderOffset() public.
   
@@ -60,7 +60,7 @@ The  type attribute can be add,update,fix,remove.
   Bump 
commons-lang3 from 3.12.0 to 3.13.0.
   Bump 
org.slf4j:slf4j-api from 2.0.7 to 2.0.8.
 
-
+
   
   Implicit 
narrowing conversion in compound assignment.
   Avoid 
NPE in FileNameUtils.getBaseName(Path) for paths with zero elements like root 
paths.
@@ -99,7 +99,7 @@ The  type attribute can be add,update,fix,remove.
   Bump zstd-jni from 
1.5.2-5 to 1.5.4-2 #362, #364.
   Bump asm from 9.4 
to 9.5 #376.
 
-
+
   
   
 Fix some compiler warnings in pack200 packages.



svn commit: r63877 - /dev/commons/compress/1.24.0-RC1/

2023-09-08 Thread ggregory
Author: ggregory
Date: Fri Sep  8 22:33:16 2023
New Revision: 63877

Log:
Apache Commons Compress 1.24.0-RC1

Removed:
dev/commons/compress/1.24.0-RC1/



[commons-compress] branch master updated (19265009 -> 63726bfa)

2023-09-08 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-compress.git


from 19265009 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#411)
 add e52eabe9 Update POM version for Apache Commons Compress release 1.24.0
 new 716207c6 Bump to next development version
 new 63726bfa Merge branch 'release'

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:
 pom.xml | 7 +++
 src/changes/changes.xml | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)



[commons-compress] branch release updated (e52eabe9 -> 716207c6)

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

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


from e52eabe9 Update POM version for Apache Commons Compress release 1.24.0
 add 716207c6 Bump to next development version

No new revisions were added by this update.

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



[commons-compress] 02/02: Merge branch 'release'

2023-09-08 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-compress.git

commit 63726bfadce566721cc166f43efc837b449d1a29
Merge: 19265009 716207c6
Author: Gary Gregory 
AuthorDate: Fri Sep 8 18:32:44 2023 -0400

Merge branch 'release'

 pom.xml | 7 +++
 src/changes/changes.xml | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)



[commons-fileupload] branch master updated: Copy RN from 1.5 for completeness

2023-09-08 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb 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 e8d3ca12 Copy RN from 1.5 for completeness
e8d3ca12 is described below

commit e8d3ca1283f03f6dd3d392b1400bde976be2255c
Author: Sebb 
AuthorDate: Fri Sep 8 23:32:01 2023 +0100

Copy RN from 1.5 for completeness
---
 RELEASE-NOTES.txt | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1530eb77..3950c185 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -68,6 +68,37 @@ patches, or suggestions for improvement, see the Apache 
Commons FileUpload Paren
 
 https://commons.apache.org/proper/commons-fileupload/
 
+--
+  Apache Commons FileUpload 1.5 RELEASE NOTES
+
+The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.5.
+
+The Apache Commons FileUpload component provides a simple yet flexible means of
+adding support for multipart file upload functionality to servlets and web
+applications. Version 1.3 onwards requires Java 6 or later.
+
+No client code changes are required to migrate from version 1.4 to 1.5.
+
+Changes in version 1.5 include:
+
+New features:
+o  Add a configurable limit (disabled by default) for the 
number of files to upload per request. 
+
+Fixed Bugs:
+o FILEUPLOAD-293:  DiskFileItem.write(File) had been changed to use 
FileUtils.moveFile internally, preventing an existing file as the target. 
+o  Improve parsing speed. Thanks to David Georg Reichelt.
+
+Changes:
+o  Bump Commons IO to 2.11.0 
+o FILEUPLOAD-328   Switch from Cobertura code coverage to Jacoco code 
coverage. Thanks to Arturo Bernal. 
+o  Bump JUnit to 4.13.2 
+
+
+For complete information on Apache Commons FileUpload, including instructions 
on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons FileUpload 
website:
+
+https://commons.apache.org/proper/commons-fileupload/
+
 --
 
   Apache Commons FileUpload 1.4 RELEASE NOTES



svn commit: r1912204 - /commons/cms-site/trunk/conf/component_releases.properties

2023-09-08 Thread ggregory
Author: ggregory
Date: Fri Sep  8 22:32:06 2023
New Revision: 1912204

URL: http://svn.apache.org/viewvc?rev=1912204=rev
Log:
Document releasing Apache Commons Compress 1.24.0.

Modified:
commons/cms-site/trunk/conf/component_releases.properties

Modified: commons/cms-site/trunk/conf/component_releases.properties
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/conf/component_releases.properties?rev=1912204=1912203=1912204=diff
==
--- commons/cms-site/trunk/conf/component_releases.properties (original)
+++ commons/cms-site/trunk/conf/component_releases.properties Fri Sep  8 
22:32:06 2023
@@ -12,8 +12,8 @@ codecVersion=1.16.0
 codecReleased=2023-06-21
 collectionsVersion=4.4
 collectionsReleased=2019-07-05
-compressVersion=1.23.0
-compressReleased=2023-03-23
+compressVersion=1.24.0
+compressReleased=2023-09-08
 configurationVersion=2.9.0
 configurationReleased=2023-03-28
 cryptoVersion=1.2.0




[commons-compress] annotated tag rel/commons-compress-1.24.0 created (now c0e63563)

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

ggregory pushed a change to annotated tag rel/commons-compress-1.24.0
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


  at c0e63563 (tag)
 tagging e52eabe9c0eb47b436e873ad7cb83fe737164dec (commit)
 replaces rel/commons-compress-1.23.0
  by Gary Gregory
  on Fri Sep 8 18:29:46 2023 -0400

- Log -
Create release tag for Apache Commons Compress release 1.24.0.
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmT7oFoACgkQhv3H4qES
YsudCwf/b069g+j4iAtuhoiMzZ6soWDCjpoQ2Gyvtt/F98WEhDFltyX6gYNCi1k2
vNjdod/6/gcata1lVvkSQz4gPvyoGOkNJDxZZX/8voAWsXsQaqzStzxRaEyue5it
agwTX/V5ORH7HitvCjJm5Oggl4wcxB1Z/UIi8UvXBkhIrUZKJNjgCW5bzEjwxdeW
Qk2ajtIDlJM8t0N5vRBzrdxsbDsjlvhrOAHo/6PVWd1lDbSQRknvhNfmMhTmtUJe
7IL1GlW0eulwGxZP9lGN59uHm/G4ZpOwnnXEf3uhp8KNuPClj0dm+QAaZYXtWCSx
NPq1zf/Ssf7mr26l9FJsUg4N8iVyUg==
=Gkd0
-END PGP SIGNATURE-
---

No new revisions were added by this update.



Nexus: Promotion Completed

2023-09-08 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Release Apache Commons Compress 1.24.0
Deployer properties:"userAgent" = "Apache-Maven/3.9.4 (Java 17.0.8.1; Mac OS X 13.5.1)""userId" = "ggregory""ip" = "98.180.65.92"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-cyclonedx.xml(SHA1: 286867d555ae0636c8e0fc721f0fc0141ea8fd17)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.spdx.json(SHA1: 61962d9e721c985a5d8910fd0319eb9eec39cfb4)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-cyclonedx.xml.asc(SHA1: c7dd353c9904570686d5f9db5d9f30c95e4c24f4)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-javadoc.jar.asc(SHA1: 77ee932f731c66febbd1890f5a3d00feb75c1c06)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-test-sources.jar(SHA1: 233e99184586d538db1accde40ef56bf0dbaaec5)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-test-sources.jar.asc(SHA1: 1f657fe6a28d2f7f223a52db1ba671fd94486be7)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom(SHA1: 7aed3b6026a9177fa638c33e419ac57f7b10143f)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar.asc(SHA1: df495839e8022138bfaad2d6fb0a2d8c655117c3)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-javadoc.jar(SHA1: 1dff39ecac0207599a8bd4cd0c4f81b245ced0d0)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-tests.jar(SHA1: 435f18ba090ecf692c076b96debd60ca13d8f8f2)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-cyclonedx.json.asc(SHA1: 1f809754b843681f1c94208012aab5e22d914f1c)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-cyclonedx.json(SHA1: 63f1d222d502ec3220b44719a4e7eb8d16ea1128)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-sources.jar.asc(SHA1: d488ababd462b6e2453b0d3a596b13a4081d4e4e)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom.asc(SHA1: 79c4d237f5fa198839b537d76d857ababcdbada4)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-tests.jar.asc(SHA1: fbcf33e066df66bb02c59b11d2b18f8372ffa983)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar(SHA1: b4b1b5a3d9573b2970fddab236102c0a4d27d35e)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.spdx.json.asc(SHA1: 93f19c445347efb7fc25639336007a2fd6882b25)/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0-sources.jar(SHA1: a369c080d269f41c002855a37042b5f79f65fbfe)Action performed by Gary D. Gregory (ggregory)

svn commit: r63876 - in /release/commons/compress: binaries/ source/

2023-09-08 Thread ggregory
Author: ggregory
Date: Fri Sep  8 22:28:15 2023
New Revision: 63876

Log:
Drop previous release 1.23.0

Removed:
release/commons/compress/binaries/commons-compress-1.23.0-bin.tar.gz
release/commons/compress/binaries/commons-compress-1.23.0-bin.tar.gz.asc
release/commons/compress/binaries/commons-compress-1.23.0-bin.tar.gz.sha512
release/commons/compress/binaries/commons-compress-1.23.0-bin.zip
release/commons/compress/binaries/commons-compress-1.23.0-bin.zip.asc
release/commons/compress/binaries/commons-compress-1.23.0-bin.zip.sha512
release/commons/compress/source/commons-compress-1.23.0-src.tar.gz
release/commons/compress/source/commons-compress-1.23.0-src.tar.gz.asc
release/commons/compress/source/commons-compress-1.23.0-src.tar.gz.sha512
release/commons/compress/source/commons-compress-1.23.0-src.zip
release/commons/compress/source/commons-compress-1.23.0-src.zip.asc
release/commons/compress/source/commons-compress-1.23.0-src.zip.sha512



svn commit: r63875 - /release/commons/compress/README.html

2023-09-08 Thread ggregory
Author: ggregory
Date: Fri Sep  8 22:27:31 2023
New Revision: 63875

Log:
Bump version from 1.23.0 to 1.24.0

Modified:
release/commons/compress/README.html

Modified: release/commons/compress/README.html
==
--- release/commons/compress/README.html (original)
+++ release/commons/compress/README.html Fri Sep  8 22:27:31 2023
@@ -1,6 +1,6 @@
-Commons-Compress 1.23.0
+Commons-Compress 1.24.0
 
-This is the 1.23.0 release of commons-compress. It is available in both 
binary and source distributions.
+This is the 1.24.0 release of commons-compress. It is available in both 
binary and source distributions.
 
 Note:
 The tar files in the distribution use GNU tar extensions
@@ -34,12 +34,12 @@ href="https://www.apache.org/dist/common
 
 Always test available signatures, e.g.,
 $ pgpk -a KEYS
-$ pgpv commons-compress-1.23.0-bin.tar.gz.asc
+$ pgpv commons-compress-1.24.0-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-compress-1.23.0-bin.tar.gz.asc
+$ pgp commons-compress-1.24.0-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-compress-1.23.0-bin.tar.gz.asc
+$ gpg --verify commons-compress-1.24.0-bin.tar.gz.asc
 
 




svn commit: r63874 - /dev/commons/compress/1.24.0-RC1/ /dev/commons/compress/1.24.0-RC1/binaries/ /dev/commons/compress/1.24.0-RC1/source/ /release/commons/compress/ /release/commons/compress/binaries

2023-09-08 Thread ggregory
Author: ggregory
Date: Fri Sep  8 22:22:04 2023
New Revision: 63874

Log:
Publish commons-compress 1.24.0 Release

Added:
release/commons/compress/RELEASE-NOTES.txt
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/RELEASE-NOTES.txt
release/commons/compress/binaries/commons-compress-1.24.0-bin.tar.gz
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.tar.gz
release/commons/compress/binaries/commons-compress-1.24.0-bin.tar.gz.asc
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.tar.gz.asc
release/commons/compress/binaries/commons-compress-1.24.0-bin.tar.gz.sha512
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.tar.gz.sha512
release/commons/compress/binaries/commons-compress-1.24.0-bin.zip
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.zip
release/commons/compress/binaries/commons-compress-1.24.0-bin.zip.asc
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.zip.asc
release/commons/compress/binaries/commons-compress-1.24.0-bin.zip.sha512
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.zip.sha512
release/commons/compress/source/commons-compress-1.24.0-src.tar.gz
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.tar.gz
release/commons/compress/source/commons-compress-1.24.0-src.tar.gz.asc
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.tar.gz.asc
release/commons/compress/source/commons-compress-1.24.0-src.tar.gz.sha512
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.tar.gz.sha512
release/commons/compress/source/commons-compress-1.24.0-src.zip
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.zip
release/commons/compress/source/commons-compress-1.24.0-src.zip.asc
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.zip.asc
release/commons/compress/source/commons-compress-1.24.0-src.zip.sha512
  - copied unchanged from r63873, 
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.zip.sha512
Removed:
dev/commons/compress/1.24.0-RC1/RELEASE-NOTES.txt
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.tar.gz

dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.tar.gz.asc

dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.tar.gz.sha512
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.zip
dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.zip.asc

dev/commons/compress/1.24.0-RC1/binaries/commons-compress-1.24.0-bin.zip.sha512
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.tar.gz

dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.tar.gz.asc

dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.tar.gz.sha512
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.zip
dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.zip.asc

dev/commons/compress/1.24.0-RC1/source/commons-compress-1.24.0-src.zip.sha512



[commons-fileupload] branch master updated: Spurious line

2023-09-08 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb 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 8b4f2a31 Spurious line
8b4f2a31 is described below

commit 8b4f2a31596b72fede308824a6ba679fe15174f0
Author: Sebb 
AuthorDate: Fri Sep 8 23:18:50 2023 +0100

Spurious line
---
 RELEASE-NOTES.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 83149013..1530eb77 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -78,8 +78,6 @@ The Apache Commons FileUpload component provides a simple yet 
flexible means of
 adding support for multipart file upload functionality to servlets and web
 applications. Version 1.3 onwards requires Java 6 or later.
 
-No client code changes are required to migrate from version 1.3.0 to 1.3.1.
-
 
 1.4 Release
 



[commons-fileupload] branch master updated: Spurious line

2023-09-08 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb 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 ce38f223 Spurious line
ce38f223 is described below

commit ce38f2239753531fca118dc55022a13d486abca1
Author: Sebb 
AuthorDate: Fri Sep 8 23:15:53 2023 +0100

Spurious line
---
 RELEASE-NOTES.txt | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 484a8fe2..83149013 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -6,8 +6,6 @@ The Apache Commons FileUpload component provides a simple yet 
flexible means of
 adding support for multipart file upload functionality to servlets and web
 applications. This version requires Java 8 or later.
 
-No client code changes are required to migrate from version 1.3.0 to 1.3.1.
-
 
 2.0.0-M1 Release
 
@@ -24,7 +22,7 @@ o  Changing Maven coordinates, and package 
name, due to binary i
 o FILEUPLOAD-293:  DiskFileItem.write(File) had been changed to use 
FileUtils.moveFile internally, preventing an existing file as the target.
 o FILEUPLOAD-296:  Performance gains by reusing an internal buffer. Thanks to 
David Georg Reochelt.
 o FILEUPLOAD-274:  RFC 5987 compliance Thanks to Merbin J Anselm.
-o  Slight optim: resuse the index position instead of 
recomputing it #49. Thanks to Emmanuel L�charny.
+o  Slight optim: resuse the index position instead of 
recomputing it #49. Thanks to Emmanuel L�charny.
 o FILEUPLOAD-340:  Make commons-fileupload2 a JPMS module by adding 
module-info.class.
 o FILEUPLOAD-341:  Move Exception classes out of the impl package. Thanks to 
Martin Grigorov.
 o  Rework exceptions to use propagated exception causes 
(introduced in Java 1.4). Thanks to Gary Gregory.
@@ -107,7 +105,7 @@ Changes:
 o FILEUPLOAD-292:  Don't create un-needed resources in FileUploadBase.java
 o FILEUPLOAD-282:  Upversion complier.source, compiler.target to 1.6
 o FILEUPLOAD-246:  FileUpload should use IOUtils.closeQuietly where relevant
-o FILEUPLOAD-243:  Make some MultipartStream private fields final Thanks to 
Ville Skytt�.
+o FILEUPLOAD-243:  Make some MultipartStream private fields final Thanks to 
Ville Skytt�.
 
 
 For complete information on Apache Commons FileUpload, including instructions 
on how to submit bug reports,



[commons-text] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 9bdd562b)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was 9bdd562b Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-text] branch master updated: Bump actions/checkout from 3.6.0 to 4.0.0 (#455)

2023-09-08 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 34e8454c Bump actions/checkout from 3.6.0 to 4.0.0 (#455)
34e8454c is described below

commit 34e8454cc6df405ef3c9b1cdaab6a91fda38a7ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 17:15:21 2023 -0400

Bump actions/checkout from 3.6.0 to 4.0.0 (#455)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 
4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 305ed872..1336bc0c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
 
 steps:
 - name: Checkout repository
-  uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+  uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 56904c6f..2efde3cf 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
 java: [ 8 ]
 
 steps:
-- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 424ef664..8ab5070c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #experimental: true
 
 steps:
-- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
 - name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 6cdfaae3..02ce5aad 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
 steps:
 
   - name: "Checkout code"
-uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 
v3.6.0
+uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 
v4.0.0
 with:
   persist-credentials: false
 



[commons-text] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was 722b6cc8)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was 722b6cc8 Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-text] branch master updated: Bump actions/cache from 3.3.1 to 3.3.2 (#456)

2023-09-08 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 c2cb4501 Bump actions/cache from 3.3.1 to 3.3.2 (#456)
c2cb4501 is described below

commit c2cb4501669e4148aebd9d7265430080f47af016
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 17:15:45 2023 -0400

Bump actions/cache from 3.3.1 to 3.3.2 (#456)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- 
[Commits](https://github.com/actions/cache/compare/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8...704facf57e6136b1bc63b828d79edcd491f0ee84)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 1336bc0c..1cd0e96b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
   uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
-- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
   with:
 path: ~/.m2/repository
 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 2efde3cf..a30b3529 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
-- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
   with:
 path: ~/.m2/repository
 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}



[commons-text] branch master updated: Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#457)

2023-09-08 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 2f7011c0 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#457)
2f7011c0 is described below

commit 2f7011c0e8b53c1f77e24ed7589e89ceaab25455
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 17:15:33 2023 -0400

Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#457)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- 
[Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 02ce5aad..af48a71d 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -57,7 +57,7 @@ jobs:
   publish_results: true
 
   - name: "Upload artifact"
-uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
   # 3.1.2
+uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
   # 3.1.3
 with:
   name: SARIF file
   path: results.sarif



[commons-text] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was 4b10d6cb)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was 4b10d6cb Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-text] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now 9bdd562b)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-text.git


  at 9bdd562b Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-text] branch dependabot/github_actions/actions/cache-3.3.2 created (now 722b6cc8)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-text.git


  at 722b6cc8 Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



[commons-text] branch dependabot/github_actions/actions/checkout-4.0.0 created (now 4b10d6cb)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-text.git


  at 4b10d6cb Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-bcel] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 84f6fc19)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


 was 84f6fc19 Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-bcel] branch master updated (2f8627a0 -> 61eeaf6c)

2023-09-08 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-bcel.git


from 2f8627a0 Bump actions/checkout from 3.6.0 to 4.0.0 (#236)
 add 61eeaf6c Bump actions/cache from 3.3.1 to 3.3.2 (#238)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-bcel] branch master updated: Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#237)

2023-09-08 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 8b2c0044 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#237)
8b2c0044 is described below

commit 8b2c004420118b013e434f9dc83fc789283511b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 16:28:02 2023 -0400

Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#237)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- 
[Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index da5f6852..91f35d0d 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -57,7 +57,7 @@ jobs:
   publish_results: true
 
   - name: "Upload artifact"
-uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
   # 3.1.0
+uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
   # 3.1.0
 with:
   name: SARIF file
   path: results.sarif



[commons-bcel] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was f379cbb8)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


 was f379cbb8 Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-bcel] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was 26f01132)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


 was 26f01132 Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-bcel] branch master updated: Bump actions/checkout from 3.6.0 to 4.0.0 (#236)

2023-09-08 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 2f8627a0 Bump actions/checkout from 3.6.0 to 4.0.0 (#236)
2f8627a0 is described below

commit 2f8627a07e5b9b0c6a895e38f5b39ec104624a69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 16:27:37 2023 -0400

Bump actions/checkout from 3.6.0 to 4.0.0 (#236)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 
4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 9da3bd53..25af66ba 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
 
 steps:
 - name: Checkout repository
-  uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+  uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 552b886a..2b71df90 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
 java: [ 8, 11 ]
 
 steps:
-- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a8b27466..dda2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
 steps:
 - name: Prepare git
   run: git config --global core.autocrlf false
-- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
   with:
 persist-credentials: false
 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 59b1c6e4..da5f6852 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
 steps:
 
   - name: "Checkout code"
-uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 
v3.6.0
+uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 
v4.0.0
 with:
   persist-credentials: false
 



[commons-rdf] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was a5b09eeb)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


 was a5b09eeb Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-rdf] 01/01: Merge pull request #154 from apache/dependabot/github_actions/actions/checkout-4.0.0

2023-09-08 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

commit 666c660f29de12cd7234d106722bafd1c1d929e1
Merge: 8dd3769d a5b09eeb
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:27:02 2023 -0400

Merge pull request #154 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index 25d22ec5,47a1368a..1c4fab23
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
  steps:
  - name: Checkout repository
-   uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+   uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 13d1b447,86be520f..0b323c13
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #experimental: true
  
  steps:
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}



[commons-rdf] branch master updated (8dd3769d -> 666c660f)

2023-09-08 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-rdf.git


from 8dd3769d Merge pull request #156 from 
apache/dependabot/github_actions/actions/cache-3.3.2
 add a5b09eeb Bump actions/checkout from 3.6.0 to 4.0.0
 new 666c660f Merge pull request #154 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

The 1 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 | 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-rdf] 01/01: Merge pull request #156 from apache/dependabot/github_actions/actions/cache-3.3.2

2023-09-08 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

commit 8dd3769d4c7f4c49c1c355e1991ed9ce8f6e8b51
Merge: ea236ef4 f8ef8cda
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:26:48 2023 -0400

Merge pull request #156 from 
apache/dependabot/github_actions/actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/maven.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-rdf] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was f8ef8cda)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


 was f8ef8cda Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-rdf] branch master updated (ea236ef4 -> 8dd3769d)

2023-09-08 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-rdf.git


from ea236ef4 Merge pull request #155 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3
 add f8ef8cda Bump actions/cache from 3.3.1 to 3.3.2
 new 8dd3769d Merge pull request #156 from 
apache/dependabot/github_actions/actions/cache-3.3.2

The 1 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 | 2 +-
 .github/workflows/maven.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-rdf] 01/01: Merge pull request #155 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3

2023-09-08 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

commit ea236ef4a5887ad4c1919ef9f2618330b4c1871b
Merge: da14c5f0 6650e4fb
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:26:35 2023 -0400

Merge pull request #155 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3

 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-rdf] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 6650e4fb)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


 was 6650e4fb Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-ognl] branch master updated (40f0e34 -> ad6456d)

2023-09-08 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-ognl.git


from 40f0e34  Merge pull request #145 from 
apache/dependabot/github_actions/actions/checkout-4.0.0
 add 38c7ba6  Bump actions/cache from 3.3.1 to 3.3.2
 new ad6456d  Merge pull request #144 from 
apache/dependabot/github_actions/actions/cache-3.3.2

The 1 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 | 2 +-
 .github/workflows/coverage.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-rdf] branch master updated (da14c5f0 -> ea236ef4)

2023-09-08 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-rdf.git


from da14c5f0 Merge pull request #152 from 
apache/dependabot/github_actions/github/codeql-action-2.21.5
 add 6650e4fb Bump actions/upload-artifact from 3.1.2 to 3.1.3
 new ea236ef4 Merge pull request #155 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

The 1 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/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-ognl] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was f75a7ff)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


 was f75a7ff  Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-email] branch dependabot/github_actions/actions/checkout-4.0.0 deleted (was 6e513b1)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 was 6e513b1  Bump actions/checkout from 3.6.0 to 4.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-ognl] 01/01: Merge pull request #144 from apache/dependabot/github_actions/actions/cache-3.3.2

2023-09-08 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

commit ad6456ddf392220ed91b1cecc86bd5801242a02b
Merge: 40f0e34 38c7ba6
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:26:08 2023 -0400

Merge pull request #144 from 
apache/dependabot/github_actions/actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index a2a37fd,10de55c..128db75
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -42,10 -42,10 +42,10 @@@ jobs
  
  steps:
  - name: Checkout repository
 -  uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
 +  uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
- - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/coverage.yml
index 2efde3c,9f9243c..a30b352
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
  java: [ 8 ]
  
  steps:
 -- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
 +- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
- - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}



[commons-ognl] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was 38c7ba6)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


 was 38c7ba6  Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-email] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 3c6a6b3)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 was 3c6a6b3  Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-email] 01/01: Merge pull request #168 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3

2023-09-08 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-email.git

commit c4242cfc18869fe5093df0e4a54ba1f8d05a57a4
Merge: f60f5e9 3c6a6b3
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:24:33 2023 -0400

Merge pull request #168 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3

 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-email] branch master updated (f60f5e9 -> c4242cf)

2023-09-08 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-email.git


from f60f5e9  Merge pull request #166 from 
apache/dependabot/github_actions/actions/cache-3.3.2
 add 3c6a6b3  Bump actions/upload-artifact from 3.1.2 to 3.1.3
 new c4242cf  Merge pull request #168 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

The 1 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/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-ognl] branch master updated (d11eb73 -> 40f0e34)

2023-09-08 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-ognl.git


from d11eb73  Merge pull request #146 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3
 add f75a7ff  Bump actions/checkout from 3.6.0 to 4.0.0
 add 40f0e34  Merge pull request #145 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



[commons-ognl] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 5e33528)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


 was 5e33528  Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-ognl] branch master updated (dc26214 -> d11eb73)

2023-09-08 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-ognl.git


from dc26214  Bump commons-parent from 61 to 62
 add 5e33528  Bump actions/upload-artifact from 3.1.2 to 3.1.3
 add d11eb73  Merge pull request #146 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-email] 01/01: Merge pull request #167 from apache/dependabot/github_actions/actions/checkout-4.0.0

2023-09-08 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-email.git

commit 1b1e6673d37c40c51b0e566dae7dfc85a3ab2410
Merge: c4242cf 6e513b1
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:24:46 2023 -0400

Merge pull request #167 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index 6c3a7c3,1336bc0..1cd0e96
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
  steps:
  - name: Checkout repository
-   uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+   uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/coverage.yml
index 9f9243c,2efde3c..a30b352
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
  java: [ 8 ]
  
  steps:
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 40e06f5,5df088f..971a48e
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #experimental: true
  
  steps:
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
  persist-credentials: false
 -- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
  path: ~/.m2/repository
  key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}



[commons-email] branch master updated (c4242cf -> 1b1e667)

2023-09-08 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-email.git


from c4242cf  Merge pull request #168 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3
 add 6e513b1  Bump actions/checkout from 3.6.0 to 4.0.0
 new 1b1e667  Merge pull request #167 from 
apache/dependabot/github_actions/actions/checkout-4.0.0

The 1 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 | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



[commons-email] branch dependabot/github_actions/actions/cache-3.3.2 deleted (was 6ebb692)

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

ggregory pushed a change to branch dependabot/github_actions/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 was 6ebb692  Bump actions/cache from 3.3.1 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-email] 01/01: Merge pull request #166 from apache/dependabot/github_actions/actions/cache-3.3.2

2023-09-08 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-email.git

commit f60f5e95f1992df16364f154ddb975ff688f241b
Merge: e07e8a4 6ebb692
Author: Gary Gregory 
AuthorDate: Fri Sep 8 16:24:20 2023 -0400

Merge pull request #166 from 
apache/dependabot/github_actions/actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-email] branch master updated (e07e8a4 -> f60f5e9)

2023-09-08 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-email.git


from e07e8a4  Bump commons-parent from 60 to 62
 add 6ebb692  Bump actions/cache from 3.3.1 to 3.3.2
 new f60f5e9  Merge pull request #166 from 
apache/dependabot/github_actions/actions/cache-3.3.2

The 1 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 | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-email] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now 3c6a6b3)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-email.git


  at 3c6a6b3  Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-email] branch dependabot/github_actions/actions/checkout-4.0.0 created (now 6e513b1)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-email.git


  at 6e513b1  Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-email] branch dependabot/github_actions/actions/cache-3.3.2 created (now 6ebb692)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-email.git


  at 6ebb692  Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



[commons-email] branch dependabot/maven/org.slf4j-slf4j-jdk14-2.0.7 deleted (was b9290b6)

2023-09-08 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-jdk14-2.0.7
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 was b9290b6  Bump slf4j-jdk14 from 1.7.7 to 2.0.7

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-email] branch dependabot/maven/org.slf4j-slf4j-jdk14-2.0.9 created (now a6f6705)

2023-09-08 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-jdk14-2.0.9
in repository https://gitbox.apache.org/repos/asf/commons-email.git


  at a6f6705  Bump org.slf4j:slf4j-jdk14 from 1.7.7 to 2.0.9

No new revisions were added by this update.



[commons-ognl] branch dependabot/github_actions/actions/checkout-4.0.0 created (now f75a7ff)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


  at f75a7ff  Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-ognl] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now 5e33528)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


  at 5e33528  Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-ognl] branch dependabot/github_actions/actions/cache-3.3.2 created (now 38c7ba6)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


  at 38c7ba6  Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



[commons-bcel] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now 84f6fc19)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


  at 84f6fc19 Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-bcel] branch dependabot/github_actions/actions/cache-3.3.2 created (now f379cbb8)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


  at f379cbb8 Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



[commons-bcel] branch dependabot/github_actions/actions/checkout-4.0.0 created (now 26f01132)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


  at 26f01132 Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-rdf] branch dependabot/maven/org.slf4j-slf4j-simple-2.0.7 deleted (was 5950ac8a)

2023-09-08 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.7
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


 was 5950ac8a Bump org.slf4j:slf4j-simple from 1.7.26 to 2.0.7

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-rdf] branch dependabot/maven/org.slf4j-slf4j-simple-2.0.9 created (now 26039cde)

2023-09-08 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.9
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


  at 26039cde Bump org.slf4j:slf4j-simple from 1.7.26 to 2.0.9

No new revisions were added by this update.



[commons-rdf] branch dependabot/github_actions/actions/cache-3.3.2 created (now f8ef8cda)

2023-09-08 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/actions/cache-3.3.2
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


  at f8ef8cda Bump actions/cache from 3.3.1 to 3.3.2

No new revisions were added by this update.



[commons-rdf] branch dependabot/github_actions/actions/upload-artifact-3.1.3 created (now 6650e4fb)

2023-09-08 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/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


  at 6650e4fb Bump actions/upload-artifact from 3.1.2 to 3.1.3

No new revisions were added by this update.



[commons-rdf] branch dependabot/github_actions/actions/checkout-4.0.0 created (now a5b09eeb)

2023-09-08 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/actions/checkout-4.0.0
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


  at a5b09eeb Bump actions/checkout from 3.6.0 to 4.0.0

No new revisions were added by this update.



[commons-ognl] branch dependabot/maven/org.slf4j-slf4j-api-2.0.9 created (now 4bdc9f4)

2023-09-08 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.9
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


  at 4bdc9f4  Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9

No new revisions were added by this update.



[commons-jxpath] branch dependabot/github_actions/actions/upload-artifact-3.1.3 deleted (was 5f1929c)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3.1.3
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


 was 5f1929c  Bump actions/upload-artifact from 3.1.2 to 3.1.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[commons-jxpath] 01/01: Merge pull request #79 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3

2023-09-08 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-jxpath.git

commit 188fcb63ecd152b56b5724f1362d3839a35c1fee
Merge: 7f201ad 5f1929c
Author: Gary Gregory 
AuthorDate: Fri Sep 8 14:53:54 2023 -0400

Merge pull request #79 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3

 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




  1   2   3   4   >