[commons-vfs] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 9be43f85)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


  at 9be43f85 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-vfs] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now d534dd0c)

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

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


  at d534dd0c Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-vfs] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#430)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 01090866 Bump actions/setup-java from 3.12.0 to 3.13.0 (#430)
01090866 is described below

commit 01090866c7c02d5dc393973274cdd6de8aaec549
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 07:16:04 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#430)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a30b3529..f100bf3f 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5f501ef1..8ec20283 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -53,7 +53,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-vfs] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 9be43f85)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


 was 9be43f85 Bump actions/setup-java from 3.12.0 to 3.13.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-vfs] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#431)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new d5cc8fcb Bump github/codeql-action from 2.21.7 to 2.21.8 (#431)
d5cc8fcb is described below

commit d5cc8fcb0eb78ed27c5c142f077cd7abfeebea2d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 07:16:15 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#431)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 3d37c122..3d661553 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 
# v2.21.7
+  uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 
# v2.21.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # 
v2.21.7
+  uses: 
github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 
v2.21.8
 
 # ℹī¸ Command-line programs to run using the OS shell.
 # 📚 https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
+  uses: 
github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index d914a138..cdbb9b94 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-vfs] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was d534dd0c)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


 was d534dd0c Bump github/codeql-action from 2.21.7 to 2.21.8

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-lang] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 8690c23ad)

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

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


  at 8690c23ad Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-lang] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 29326cf52)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


  at 29326cf52 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-text] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now aa1c0678)

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

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


  at aa1c0678 Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-text] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now a6c18cd7)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-text.git


  at a6c18cd7 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-pool] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 8d984b89)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


  at 8d984b89 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-pool] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 128268e9)

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

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


  at 128268e9 Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-text] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#460)

2023-09-21 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 666be62a Bump github/codeql-action from 2.21.7 to 2.21.8 (#460)
666be62a is described below

commit 666be62a31389955ddde4251cd47a73bf997d64a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 07:25:39 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#460)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 14204217..4bc56f22 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 
# v2.21.7
+  uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 
# v2.21.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # 
v2.21.7
+  uses: 
github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 
v2.21.8
 
 # ℹī¸ Command-line programs to run using the OS shell.
 # 📚 https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
+  uses: 
github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 3f533c0e..84b58ee5 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-text] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was aa1c0678)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was aa1c0678 Bump github/codeql-action from 2.21.7 to 2.21.8

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/setup-java-3.13.0 deleted (was a6c18cd7)

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

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


 was a6c18cd7 Bump actions/setup-java from 3.12.0 to 3.13.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 master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#461)

2023-09-21 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 fdc0a58b Bump actions/setup-java from 3.12.0 to 3.13.0 (#461)
fdc0a58b is described below

commit fdc0a58b0edc8f25d9d321c32fb9e9c95af4a9d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 07:25:52 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#461)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a30b3529..f100bf3f 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8ab5070c..6d7a04a7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
   with:
 persist-credentials: false
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-lang] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#1112)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 9b7cd147d Bump github/codeql-action from 2.21.7 to 2.21.8 (#1112)
9b7cd147d is described below

commit 9b7cd147d28f92ce0445665a7f0b030a0e96a337
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 07:36:28 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#1112)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index a3930081a..b3942eb7b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 
# v2.21.7
+  uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 
# v2.21.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # 
v2.21.7
+  uses: 
github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 
v2.21.8
 
 # ℹī¸ Command-line programs to run using the OS shell.
 # 📚 https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
+  uses: 
github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 4e9543ce6..88e371773 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-lang] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 8690c23ad)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


 was 8690c23ad Bump github/codeql-action from 2.21.7 to 2.21.8

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-lang] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#1113)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new d45175d76 Bump actions/setup-java from 3.12.0 to 3.13.0 (#1113)
d45175d76 is described below

commit d45175d76628280041b4ae95b99f6a1968d97aa0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 07:36:40 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#1113)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 9779190b6..60a129889 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 78d5ef6d7..b7728f3f1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'  
 java-version: ${{ matrix.java }}



[commons-lang] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 29326cf52)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


 was 29326cf52 Bump actions/setup-java from 3.12.0 to 3.13.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-configuration] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now adb05bec)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at adb05bec Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-bcel] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 57ba0539)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


  at 57ba0539 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-configuration] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#321)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 1a2a8178 Bump actions/setup-java from 3.12.0 to 3.13.0 (#321)
1a2a8178 is described below

commit 1a2a81785219c8ff28d9203c02548c7ea6ad02d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:00:50 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#321)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8f68e2c1..45c0ae45 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
   with:
 persist-credentials: false
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@v3.12.0
+  uses: actions/setup-java@v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f3893ac4..8ef391d5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
   with:
 persist-credentials: false
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@v3.12.0
+  uses: actions/setup-java@v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-configuration] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was adb05bec)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


 was adb05bec Bump actions/setup-java from 3.12.0 to 3.13.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-fileupload] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now cd58ccf8)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


  at cd58ccf8 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-fileupload] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 3856faf3)

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

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


  at 3856faf3 Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-beanutils] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 6a13d42d)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 6a13d42d Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-codec] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 7202f524)

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

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


  at 7202f524 Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-codec] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 81d24092)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


  at 81d24092 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-net] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 8b184d75)

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

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


  at 8b184d75 Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-net] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 394430d0)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-net.git


  at 394430d0 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-beanutils] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#185)

2023-09-21 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 e779e46c Bump actions/setup-java from 3.12.0 to 3.13.0 (#185)
e779e46c is described below

commit e779e46c82ec3ac77cd5c5e33df977923fc98566
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:06:03 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#185)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 938b87f5..cf987662 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@v3.12.0
+  uses: actions/setup-java@v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0bf8494b..fbd18baf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@v3.12.0
+  uses: actions/setup-java@v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-beanutils] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 6a13d42d)

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

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


 was 6a13d42d Bump actions/setup-java from 3.12.0 to 3.13.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-fileupload] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 3856faf3)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


 was 3856faf3 Bump github/codeql-action from 2.21.7 to 2.21.8

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 (97ed1b0e -> cdce70ab)

2023-09-21 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-fileupload.git


from 97ed1b0e Remove obsolete profile
 add cdce70ab Bump github/codeql-action from 2.21.7 to 2.21.8 (#244)

No new revisions were added by this update.

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



[commons-fileupload] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#243)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new c47f174d Bump actions/setup-java from 3.12.0 to 3.13.0 (#243)
c47f174d is described below

commit c47f174d240d7a120b9ad766bb4dd3ab3e9e6c8c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:06:32 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#243)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 7f3c3768..4686e1ee 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index be9cd26d..ece43b0a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-fileupload] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was cd58ccf8)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


 was cd58ccf8 Bump actions/setup-java from 3.12.0 to 3.13.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-pool] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#246)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 46ebf9d0 Bump actions/setup-java from 3.12.0 to 3.13.0 (#246)
46ebf9d0 is described below

commit 46ebf9d02742401fd2dcbb2049ccea463499403d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:07:26 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#246)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fbdabc36..a1d2245f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
 restore-keys: |
   ${{ runner.os }}-maven-
-- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 java-version: 17
 distribution: 'temurin'
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index bcc881e3..ed18584b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven-pool2.yml 
b/.github/workflows/maven-pool2.yml
index 408a97be..08181f22 100644
--- a/.github/workflows/maven-pool2.yml
+++ b/.github/workflows/maven-pool2.yml
@@ -48,7 +48,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven-pool3.yml 
b/.github/workflows/maven-pool3.yml
index ff7c1bfd..a1a180f9 100644
--- a/.github/workflows/maven-pool3.yml
+++ b/.github/workflows/maven-pool3.yml
@@ -48,7 +48,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-pool] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 8d984b89)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 was 8d984b89 Bump actions/setup-java from 3.12.0 to 3.13.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-pool] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#247)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 2e1c93fa Bump github/codeql-action from 2.21.7 to 2.21.8 (#247)
2e1c93fa is described below

commit 2e1c93faab130d7d8f65ad5c6315ee3fb916aa11
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:07:36 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#247)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index a1d2245f..bc413f4b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 
# v2.21.7
+  uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 
# v2.21.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -72,7 +72,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # 
v2.21.7
+  uses: 
github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 
v2.21.8
 
 # ℹī¸ Command-line programs to run using the OS shell.
 # 📚 https://git.io/JvXDl
@@ -86,4 +86,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
+  uses: 
github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index d914a138..cdbb9b94 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-pool] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 128268e9)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 was 128268e9 Bump github/codeql-action from 2.21.7 to 2.21.8

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-codec] branch master updated (585497f0 -> fe399336)

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

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


from 585497f0 Bump github/codeql-action from 2.21.5 to 2.21.7 (#205)
 add fe399336 Bump actions/setup-java from 3.12.0 to 3.13.0 (#207)

No new revisions were added by this update.

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



[commons-codec] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 81d24092)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


 was 81d24092 Bump actions/setup-java from 3.12.0 to 3.13.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-dbcp] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 90cf3d8d)

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

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


  at 90cf3d8d Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-dbcp] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 70974c36)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


  at 70974c36 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-codec] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#206)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new fab2cf8a Bump github/codeql-action from 2.21.7 to 2.21.8 (#206)
fab2cf8a is described below

commit fab2cf8a4b5d61c85db2d03627ec698587f280b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:08:43 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#206)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index a3930081..b3942eb7 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 
# v2.21.7
+  uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 
# v2.21.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # 
v2.21.7
+  uses: 
github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 
v2.21.8
 
 # ℹī¸ Command-line programs to run using the OS shell.
 # 📚 https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
+  uses: 
github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 4e9543ce..88e37177 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-codec] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 7202f524)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


 was 7202f524 Bump github/codeql-action from 2.21.7 to 2.21.8

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-jexl] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now d48fdb26)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


  at d48fdb26 Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-jexl] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 7b9ab185)

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

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


  at 7b9ab185 Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-jxpath] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now a1fcd0b)

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

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


  at a1fcd0b  Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-jxpath] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now e463f05)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


  at e463f05  Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-jcs] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now fb4f947b)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


  at fb4f947b Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-jcs] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now e6be75cd)

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

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


  at e6be75cd Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-dbcp] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#306)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new b1cac4aa Bump github/codeql-action from 2.21.7 to 2.21.8 (#306)
b1cac4aa is described below

commit b1cac4aa8ffdecec618c23e1c181bea52739801b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:13:47 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#306)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 3d37c122..3d661553 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 
# v2.21.7
+  uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 
# v2.21.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # 
v2.21.7
+  uses: 
github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 
v2.21.8
 
 # ℹī¸ Command-line programs to run using the OS shell.
 # 📚 https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
+  uses: 
github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index d914a138..cdbb9b94 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-dbcp] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 90cf3d8d)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


 was 90cf3d8d Bump github/codeql-action from 2.21.7 to 2.21.8

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-dbcp] branch master updated: Bump actions/setup-java from 3.12.0 to 3.13.0 (#307)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 36e53ded Bump actions/setup-java from 3.12.0 to 3.13.0 (#307)
36e53ded is described below

commit 36e53ded1282b63b1df46a0169a4f87a7b2aba1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:13:58 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#307)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a30b3529..f100bf3f 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f55f1eda..a32360e5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-dbcp] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 70974c36)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


 was 70974c36 Bump actions/setup-java from 3.12.0 to 3.13.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/setup-java from 3.12.0 to 3.13.0 (#240)

2023-09-21 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 1f1a01a0 Bump actions/setup-java from 3.12.0 to 3.13.0 (#240)
1f1a01a0 is described below

commit 1f1a01a079125a5b286b90044fc55e93e44dfdde
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 08:16:58 2023 -0400

Bump actions/setup-java from 3.12.0 to 3.13.0 (#240)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 7e29e92a..0bedefa5 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 313ba6fa..cb847975 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
 restore-keys: |
   ${{ runner.os }}-maven-
 - name: Set up JDK ${{ matrix.java }}
-  uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 
v3.12.0
+  uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
   with:
 distribution: 'temurin'
 java-version: ${{ matrix.java }}



[commons-bcel] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 57ba0539)

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

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


 was 57ba0539 Bump actions/setup-java from 3.12.0 to 3.13.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-net] branch master updated (3bb2db3c -> 4e98098c)

2023-09-21 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-net.git


from 3bb2db3c Javadoc: Fix "warning: empty  tag"
 add 394430d0 Bump actions/setup-java from 3.12.0 to 3.13.0
 add 4e98098c Merge pull request #186 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0

No new revisions were added by this update.

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



[commons-net] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 394430d0)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-net.git


 was 394430d0 Bump actions/setup-java from 3.12.0 to 3.13.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-jxpath] branch master updated (8c8c78d -> f1f17d0)

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


from 8c8c78d  Merge pull request #81 from 
apache/dependabot/github_actions/github/codeql-action-2.21.7
 add e463f05  Bump actions/setup-java from 3.12.0 to 3.13.0
 add f1f17d0  Merge pull request #83 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0

No new revisions were added by this update.

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



[commons-jxpath] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was e463f05)

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

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


 was e463f05  Bump actions/setup-java from 3.12.0 to 3.13.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-jxpath] 01/01: Merge pull request #82 from apache/dependabot/github_actions/github/codeql-action-2.21.8

2023-09-21 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 6209bbdd9dec1d4d18e62f1530ec0fb5830674ab
Merge: f1f17d0 a1fcd0b
Author: Gary Gregory 
AuthorDate: Thu Sep 21 08:18:06 2023 -0400

Merge pull request #82 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

Bump github/codeql-action from 2.21.7 to 2.21.8

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



[commons-jxpath] branch master updated (f1f17d0 -> 6209bbd)

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


from f1f17d0  Merge pull request #83 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0
 add a1fcd0b  Bump github/codeql-action from 2.21.7 to 2.21.8
 new 6209bbd  Merge pull request #82 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

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



[commons-jxpath] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was a1fcd0b)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


 was a1fcd0b  Bump github/codeql-action from 2.21.7 to 2.21.8

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-jcs] branch master updated (9735e53e -> 51190812)

2023-09-21 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-jcs.git


from 9735e53e Fix spelling
 add fb4f947b Bump actions/setup-java from 3.12.0 to 3.13.0
 new 51190812 Merge pull request #173 from 
apache/dependabot/github_actions/actions/setup-java-3.13.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 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-jcs] 01/01: Merge pull request #173 from apache/dependabot/github_actions/actions/setup-java-3.13.0

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

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

commit 51190812643072efe57f2af51ee16e9e8532b883
Merge: 9735e53e fb4f947b
Author: Gary Gregory 
AuthorDate: Thu Sep 21 08:18:27 2023 -0400

Merge pull request #173 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0

Bump actions/setup-java from 3.12.0 to 3.13.0

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



[commons-jcs] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was fb4f947b)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


 was fb4f947b Bump actions/setup-java from 3.12.0 to 3.13.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-jexl] branch master updated (00e642b8 -> 77aaec20)

2023-09-21 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-jexl.git


from 00e642b8 Reuse Objects.toString()
 add 7b9ab185 Bump github/codeql-action from 2.21.7 to 2.21.8
 add 77aaec20 Merge pull request #197 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

No new revisions were added by this update.

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



[commons-jexl] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 7b9ab185)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


 was 7b9ab185 Bump github/codeql-action from 2.21.7 to 2.21.8

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-net] 01/01: Merge pull request #185 from apache/dependabot/github_actions/github/codeql-action-2.21.8

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

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

commit 74a43e40ff36c8d11afde6e26eb53fab10cc9f32
Merge: 4e98098c 8b184d75
Author: Gary Gregory 
AuthorDate: Thu Sep 21 08:23:21 2023 -0400

Merge pull request #185 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

Bump github/codeql-action from 2.21.7 to 2.21.8

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



[commons-net] branch master updated (4e98098c -> 74a43e40)

2023-09-21 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-net.git


from 4e98098c Merge pull request #186 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0
 add 8b184d75 Bump github/codeql-action from 2.21.7 to 2.21.8
 new 74a43e40 Merge pull request #185 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

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



[commons-net] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 8b184d75)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-net.git


 was 8b184d75 Bump github/codeql-action from 2.21.7 to 2.21.8

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-jexl] branch master updated (77aaec20 -> 90aa9688)

2023-09-21 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-jexl.git


from 77aaec20 Merge pull request #197 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8
 add d48fdb26 Bump actions/setup-java from 3.12.0 to 3.13.0
 new 90aa9688 Merge pull request #196 from 
apache/dependabot/github_actions/actions/setup-java-3.13.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/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-jexl] 01/01: Merge pull request #196 from apache/dependabot/github_actions/actions/setup-java-3.13.0

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

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

commit 90aa968853b8fc4cedd7c99500681e6834d5c0bd
Merge: 77aaec20 d48fdb26
Author: Gary Gregory 
AuthorDate: Thu Sep 21 08:24:07 2023 -0400

Merge pull request #196 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0

Bump actions/setup-java from 3.12.0 to 3.13.0

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



[commons-jexl] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was d48fdb26)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


 was d48fdb26 Bump actions/setup-java from 3.12.0 to 3.13.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-jcs] 01/01: Merge pull request #174 from apache/dependabot/github_actions/github/codeql-action-2.21.8

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

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

commit 0402db65fa4016052d305606005b7b639aa2e66d
Merge: 51190812 e6be75cd
Author: Gary Gregory 
AuthorDate: Thu Sep 21 08:24:22 2023 -0400

Merge pull request #174 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

Bump github/codeql-action from 2.21.7 to 2.21.8

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




[commons-jcs] branch master updated (51190812 -> 0402db65)

2023-09-21 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-jcs.git


from 51190812 Merge pull request #173 from 
apache/dependabot/github_actions/actions/setup-java-3.13.0
 add e6be75cd Bump github/codeql-action from 2.21.7 to 2.21.8
 new 0402db65 Merge pull request #174 from 
apache/dependabot/github_actions/github/codeql-action-2.21.8

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



[commons-jcs] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was e6be75cd)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


 was e6be75cd Bump github/codeql-action from 2.21.7 to 2.21.8

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-math] branch master updated: Use same artifactId prefix as modules (#235)

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 95b244cb1 Use same artifactId prefix as modules (#235)
95b244cb1 is described below

commit 95b244cb1f8b53c88852e51ce296ef8825d7f5af
Author: sebbASF 
AuthorDate: Thu Sep 21 13:44:49 2023 +0100

Use same artifactId prefix as modules (#235)

Changing the artifactId would normally require a corresponding change of 
package. But in this case, the parent does not include any Java code, so we 
should be OK.
---
 README.md | 6 +++---
 RELEASE-NOTES.txt | 2 +-
 commons-math-core/pom.xml | 2 +-
 commons-math-docs/pom.xml | 2 +-
 commons-math-examples/pom.xml | 2 +-
 commons-math-legacy-core/pom.xml  | 2 +-
 commons-math-legacy-exception/pom.xml | 2 +-
 commons-math-legacy/pom.xml   | 2 +-
 commons-math-neuralnet/pom.xml| 2 +-
 commons-math-transform/pom.xml| 2 +-
 dist-archive/pom.xml  | 2 +-
 pom.xml   | 2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 16a330fbe..2003acba6 100644
--- a/README.md
+++ b/README.md
@@ -46,10 +46,10 @@ Apache Commons Math
 [![Build 
Status](https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-math/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-math)
 
 
 
 "Commons Math" is undergoing major changes towards the next release (4.0):
@@ -81,7 +81,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 ```xml
 
   org.apache.commons
-  commons-math-parent
+  commons-math4-parent
   4.0
 
 ```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index de7a722d2..3cdf319ae 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,7 +1,7 @@
 
   Apache Commons Math 4.0-beta1 RELEASE NOTES
 
-The Apache Commons Math team is pleased to announce the release of 
commons-math-parent-4.0-beta1
+The Apache Commons Math team is pleased to announce the release of 
commons-math4-parent-4.0-beta1
 
 The Apache Commons Math project is a library of lightweight mathematics
 and statistics components addressing common practical problems.
diff --git a/commons-math-core/pom.xml b/commons-math-core/pom.xml
index 7ed62949a..f75c66f02 100644
--- a/commons-math-core/pom.xml
+++ b/commons-math-core/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-docs/pom.xml b/commons-math-docs/pom.xml
index 163f6e783..6de8c5715 100644
--- a/commons-math-docs/pom.xml
+++ b/commons-math-docs/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml
index dd0df722a..e93fd7943 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-legacy-core/pom.xml b/commons-math-legacy-core/pom.xml
index 274ac84b0..4bd7a694c 100644
--- a/commons-math-legacy-core/pom.xml
+++ b/commons-math-legacy-core/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-legacy-exception/pom.xml 
b/commons-math-legacy-exception/pom.xml
index f3a8831cd..ef5041c77 100644
--- a/commons-math-legacy-exception/pom.xml
+++ b/commons-math-legacy-exception/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index c0c4acdfb..5e8e43ffb 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-neuralnet/pom.xml b/commons-math-neuralnet/pom.xml
index 65c704cbd..553277f11 100644
--- a/commons-math-neuralnet/pom.xml
+++ b/commons-math-neuralnet/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   
 
diff --git a/commons-math-transform/pom.xml b/commons-math-transform/pom.xml
index 05e41ed87..dda938b0f 100644
--- a/commons-math-transform/pom.xml
+++ b/commons-math-transform/pom.xml
@@ -20,7 +20,7 @@
 
   
 org.apache.commons
-commons-math-parent
+commons-math4-parent
 4.0-SNAPSHOT
   

[commons-math] branch master updated: Ignore lack of comments in the LocalizedFormats class on JDK 17

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 62d577586 Ignore lack of comments in the LocalizedFormats class on JDK 
17
62d577586 is described below

commit 62d577586310eea0277876ab0c20c9c6e0fe451b
Author: aherbert 
AuthorDate: Thu Sep 21 14:26:52 2023 +0100

Ignore lack of comments in the LocalizedFormats class on JDK 17
---
 commons-math-legacy-exception/pom.xml | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/commons-math-legacy-exception/pom.xml 
b/commons-math-legacy-exception/pom.xml
index ef5041c77..985b920ba 100644
--- a/commons-math-legacy-exception/pom.xml
+++ b/commons-math-legacy-exception/pom.xml
@@ -51,4 +51,34 @@
 
   
 
+  
+
+
+  jdk17-javadoc
+  
+[17
+  
+  
+
+  
+maven-javadoc-plugin
+
+  false
+
+  
+
+  
+  
+
+  
+maven-javadoc-plugin
+
+  false
+
+  
+
+  
+
+  
+
 



[commons-parent] branch dependabot/github_actions/actions/setup-java-3.13.0 created (now 0687614)

2023-09-21 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/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


  at 0687614  Bump actions/setup-java from 3.12.0 to 3.13.0

No new revisions were added by this update.



[commons-parent] branch dependabot/github_actions/github/codeql-action-2.21.8 created (now 243e54b)

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

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


  at 243e54b  Bump github/codeql-action from 2.21.7 to 2.21.8

No new revisions were added by this update.



[commons-parent] branch dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.1 created (now 79883e4)

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

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


  at 79883e4  Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 
2.16.1

No new revisions were added by this update.



[commons-parent] branch master updated (1740150 -> 04bdafb)

2023-09-21 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-parent.git


from 1740150  Add commons.conf.dir property defaulting to src/conf
 add 04bdafb  Bump actions/setup-java from 3.12.0 to 3.13.0 (#307)

No new revisions were added by this update.

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



Error while running notifications feature from .asf.yaml in commons-parent!

2023-09-21 Thread Apache Infrastructure


An error occurred while running notifications feature in .asf.yaml!:
Expecting value: line 1 column 1 (char 0)



Error while running notifications feature from .asf.yaml in commons-parent!

2023-09-21 Thread Apache Infrastructure


An error occurred while running notifications feature in .asf.yaml!:
Expecting value: line 1 column 1 (char 0)



[commons-parent] branch master updated: Bump github/codeql-action from 2.21.7 to 2.21.8 (#308)

2023-09-21 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-parent.git


The following commit(s) were added to refs/heads/master by this push:
 new 5c9d39f  Bump github/codeql-action from 2.21.7 to 2.21.8 (#308)
5c9d39f is described below

commit 5c9d39f4121cb1041338e9e1e25637a0a3471fee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 21 10:16:08 2023 -0400

Bump github/codeql-action from 2.21.7 to 2.21.8 (#308)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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 4e9543c..88e3717 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913# 
2.21.7
+uses: 
github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4# 
2.21.8
 with:
   sarif_file: results.sarif



[commons-parent] branch dependabot/github_actions/github/codeql-action-2.21.8 deleted (was 243e54b)

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

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-2.21.8
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was 243e54b  Bump github/codeql-action from 2.21.7 to 2.21.8

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-parent] branch dependabot/github_actions/actions/setup-java-3.13.0 deleted (was 0687614)

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

ggregory pushed a change to branch 
dependabot/github_actions/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was 0687614  Bump actions/setup-java from 3.12.0 to 3.13.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.



Error while running notifications feature from .asf.yaml in commons-parent!

2023-09-21 Thread Apache Infrastructure


An error occurred while running notifications feature in .asf.yaml!:
Expecting value: line 1 column 1 (char 0)



[commons-parent] branch master updated (5c9d39f -> 07236c0)

2023-09-21 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-parent.git


from 5c9d39f  Bump github/codeql-action from 2.21.7 to 2.21.8 (#308)
 add 07236c0  Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 
2.16.1 (#309)

No new revisions were added by this update.

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



[commons-parent] branch dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.1 deleted (was 79883e4)

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

ggregory pushed a change to branch 
dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was 79883e4  Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 
2.16.1

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



Error while running notifications feature from .asf.yaml in commons-parent!

2023-09-21 Thread Apache Infrastructure


An error occurred while running notifications feature in .asf.yaml!:
Expecting value: line 1 column 1 (char 0)



[commons-parent] branch master updated (07236c0 -> 5fafc66)

2023-09-21 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-parent.git


from 07236c0  Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 
2.16.1 (#309)
 add 5fafc66  Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 
2.16.1 #309

No new revisions were added by this update.

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



[commons-parent] branch master updated (5fafc66 -> f151cb8)

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

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


from 5fafc66  Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 
2.16.1 #309
 add f4398ed  Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.3
 new f151cb8  Merge pull request #300 from 
apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-parent] 01/01: Merge pull request #300 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3

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

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

commit f151cb8ab493420658f355dc9a6c9f3dd10b44f0
Merge: 5fafc66 f4398ed
Author: Rob Tompkins 
AuthorDate: Thu Sep 21 10:39:56 2023 -0400

Merge pull request #300 from 
apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3

Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.3

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc pom.xml
index 7c4cac2,79b5f03..fca0e18
--- a/pom.xml
+++ b/pom.xml
@@@ -136,9 -136,11 +136,9 @@@
  1.13
  2.12.1
  
3.3.0
- 9.3
+ 10.12.3
  2.7
  3.11.0
 -4.3.0
 -
EpochMillis
  2.7.9
  0.7.0
  3.1.2



[commons-parent] branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3 deleted (was f4398ed)

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

github-bot pushed a change to branch 
dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was f4398ed  Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.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-vfs] branch master updated: Javadoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 549f80ec Javadoc
549f80ec is described below

commit 549f80ecd89539818b16d6b91f34bc7549b9a8e0
Author: Gary Gregory 
AuthorDate: Thu Sep 21 10:54:53 2023 -0400

Javadoc
---
 .../org/apache/commons/vfs2/provider/webdav4s/Webdav4sFileProvider.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/commons-vfs2-jackrabbit2/src/main/java/org/apache/commons/vfs2/provider/webdav4s/Webdav4sFileProvider.java
 
b/commons-vfs2-jackrabbit2/src/main/java/org/apache/commons/vfs2/provider/webdav4s/Webdav4sFileProvider.java
index 7754be9e..7e47079d 100644
--- 
a/commons-vfs2-jackrabbit2/src/main/java/org/apache/commons/vfs2/provider/webdav4s/Webdav4sFileProvider.java
+++ 
b/commons-vfs2-jackrabbit2/src/main/java/org/apache/commons/vfs2/provider/webdav4s/Webdav4sFileProvider.java
@@ -59,6 +59,7 @@ public class Webdav4sFileProvider extends Http4sFileProvider {
  * credentials configuration through to this method so it's used for 
resolving a
  * {@link org.apache.commons.vfs2.FileObject FileObject} in the 
FileSystem, then be sure to use correct signature of
  * the {@link org.apache.commons.vfs2.FileSystemManager FileSystemManager} 
resolveFile method.
+ * 
  *
  * @see 
org.apache.commons.vfs2.impl.DefaultFileSystemManager#resolveFile(FileObject, 
String, FileSystemOptions)
  */



  1   2   >