(commons-io) branch master updated: Fix Javadoc

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 017e6442be37fd1430165e1b698d9f2c3a33b5aa
Author: Gary Gregory 
AuthorDate: Fri Feb 16 22:39:32 2024 -0500

Fix Javadoc
---
 src/main/java/org/apache/commons/io/IOUtils.java | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/IOUtils.java 
b/src/main/java/org/apache/commons/io/IOUtils.java
index e12a1b9c0..303ff764d 100644
--- a/src/main/java/org/apache/commons/io/IOUtils.java
+++ b/src/main/java/org/apache/commons/io/IOUtils.java
@@ -1505,7 +1505,7 @@ public class IOUtils {
  * @param output the {@link OutputStream} to write to
  * @param inputOffset : number of bytes to skip from input before copying
  * -ve values are ignored
- * @param length : number of bytes to copy. -ve means all
+ * @param length number of bytes to copy. -ve means all
  * @return the number of bytes copied
  * @throws NullPointerException if the input or output is null
  * @throws IOException  if an I/O error occurs
@@ -1531,9 +1531,9 @@ public class IOUtils {
  *
  * @param input the {@link InputStream} to read
  * @param output the {@link OutputStream} to write to
- * @param inputOffset : number of bytes to skip from input before copying
+ * @param inputOffset number of bytes to skip from input before copying
  * -ve values are ignored
- * @param length : number of bytes to copy. -ve means all
+ * @param length number of bytes to copy. -ve means all
  * @param buffer the buffer to use for the copy
  * @return the number of bytes copied
  * @throws NullPointerException if the input or output is null
@@ -1625,9 +1625,9 @@ public class IOUtils {
  *
  * @param reader the {@link Reader} to read
  * @param writer the {@link Writer} to write to
- * @param inputOffset : number of chars to skip from input before copying
+ * @param inputOffset number of chars to skip from input before copying
  * -ve values are ignored
- * @param length : number of chars to copy. -ve means all
+ * @param length number of chars to copy. -ve means all
  * @return the number of chars copied
  * @throws NullPointerException if the input or output is null
  * @throws IOException  if an I/O error occurs
@@ -1648,9 +1648,9 @@ public class IOUtils {
  *
  * @param reader the {@link Reader} to read
  * @param writer the {@link Writer} to write to
- * @param inputOffset : number of chars to skip from input before copying
+ * @param inputOffset number of chars to skip from input before copying
  * -ve values are ignored
- * @param length : number of chars to copy. -ve means all
+ * @param length number of chars to copy. -ve means all
  * @param buffer the buffer to be used for the copy
  * @return the number of chars copied
  * @throws NullPointerException if the input or output is null



(commons-jxpath) branch master updated: Bump org.apache.commons:commons-parent from 64 to 66 #110

2024-02-16 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


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

commit f10e776a61265a24b5ad9b2f421860062c59b05e
Author: Gary Gregory 
AuthorDate: Fri Feb 16 21:07:58 2024 -0500

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 988b21e..6745b74 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -125,7 +125,7 @@ The  type attribute can be add,update,fix,remove.
 Bump servlet-api from 2.4 to 2.5 #29.
   
   
-Bump commons-parent from 54 to 64 #45, #49, #64.
+Bump commons-parent from 54 to 66 #45, #49, #64, #110.
   
   
 Bump JDOM from jdom:jdom 1.0 to org.jdom:jdom 1.1.3.



(commons-jxpath) branch dependabot/maven/org.apache.commons-commons-parent-66 deleted (was 5b5740a)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/org.apache.commons-commons-parent-66
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


 was 5b5740a  Bump org.apache.commons:commons-parent from 64 to 66

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 (353779c -> e5b9785)

2024-02-16 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 353779c  Add project.build.outputTimestamp
 add 5b5740a  Bump org.apache.commons:commons-parent from 64 to 66
 add e5b9785  Merge pull request #110 from 
apache/dependabot/maven/org.apache.commons-commons-parent-66

No new revisions were added by this update.

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



(commons-jxpath) branch dependabot/maven/org.apache.commons-commons-parent-66 updated (295fabc -> 5b5740a)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 discard 295fabc  Bump org.apache.commons:commons-parent from 64 to 66
 add 0abf0df  Bump codecov/codecov-action from 3.1.5 to 4.0.1
 add caab51c  Merge pull request #112 from 
apache/dependabot/github_actions/codecov/codecov-action-4.0.1
 add 0d866a2  Bump github/codeql-action from 3.23.2 to 3.24.0
 add 734ed38  Merge pull request #111 from 
apache/dependabot/github_actions/github/codeql-action-3.24.0
 add 1529fad  Bump actions/upload-artifact from 4.3.0 to 4.3.1
 add 931e15b  Merge pull request #113 from 
apache/dependabot/github_actions/actions/upload-artifact-4.3.1
 add 7584932  Bump github/codeql-action from 3.24.0 to 3.24.3
 add e48c373  Merge pull request #114 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3
 add 353779c  Add project.build.outputTimestamp
 add 5b5740a  Bump org.apache.commons:commons-parent from 64 to 66

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

 * -- * -- B -- O -- O -- O   (295fabc)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-parent-66 (5b5740a)

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

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

No new revisions were added by this update.

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



(commons-jxpath) branch master updated (e48c373 -> 353779c)

2024-02-16 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 e48c373  Merge pull request #114 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3
 add 353779c  Add project.build.outputTimestamp

No new revisions were added by this update.

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



(commons-text) branch master updated: Bump commons.bytebuddy.version from 1.14.11 to 1.14.12 #505

2024-02-16 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 82aecf36 Bump commons.bytebuddy.version from 1.14.11 to 1.14.12 #505
82aecf36 is described below

commit 82aecf361c37b9bb8dca6cbd6d77421812a881b6
Author: Gary Gregory 
AuthorDate: Fri Feb 16 20:54:46 2024 -0500

Bump commons.bytebuddy.version from 1.14.11 to 1.14.12 #505
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5322c255..2feb269a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@ The  type attribute can be add,update,fix,remove.
 WordUtils.containsAllWords​() may throw 
PatternSyntaxException.
 
 Bump commons-lang3 from 3.13.0 to 3.14.0.
-Bump commons.bytebuddy.version from 1.14.9 to 1.14.11 #476, 
#482.
+Bump commons.bytebuddy.version from 1.14.9 to 1.14.12 #476, 
#482, #505.
 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 
3.1.1 #474.
 Bump commons-io from 2.15.0 to 2.15.1.
 Bump commons-parent from 64 to 66.



(commons-text) branch dependabot/maven/commons.bytebuddy.version-1.14.12 deleted (was 6d59bd8b)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/commons.bytebuddy.version-1.14.12
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was 6d59bd8b Bump commons.bytebuddy.version from 1.14.11 to 1.14.12

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 commons.bytebuddy.version from 1.14.11 to 1.14.12 (#505)

2024-02-16 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 351af5d9 Bump commons.bytebuddy.version from 1.14.11 to 1.14.12 (#505)
351af5d9 is described below

commit 351af5d900f8ee9cb974c23d817aa766c3ed209c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 20:52:14 2024 -0500

Bump commons.bytebuddy.version from 1.14.11 to 1.14.12 (#505)

Bumps `commons.bytebuddy.version` from 1.14.11 to 1.14.12.

Updates `net.bytebuddy:byte-buddy` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- 
[Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- 
[Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

diff --git a/pom.xml b/pom.xml
index 25d68e4a..8fe9c0b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
 
https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text
 
site-content
 
-1.14.11
+1.14.12
 4.11.0
 
 



(commons-beanutils) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#213)

2024-02-16 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 11338cd7 Bump github/codeql-action from 3.24.0 to 3.24.3 (#213)
11338cd7 is described below

commit 11338cd7167e2a31eba6deff422bec97fa1e2bac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 18:19:25 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#213)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 581cc94b..f4b08707 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
# v3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
# v3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # 
v3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # 
v3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index cebb800c..1557a7b5 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-beanutils) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 2238cb0d)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


 was 2238cb0d Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-validator) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 3d39edf5)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


 was 3d39edf5 Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-validator) 01/01: Merge pull request #185 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 59461e731a708e054ffd1493795e68620b859b61
Merge: 57652300 3d39edf5
Author: Gary Gregory 
AuthorDate: Fri Feb 16 18:19:00 2024 -0500

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

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-validator) branch master updated (57652300 -> 59461e73)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from 57652300 Merge pull request #184 from 
apache/dependabot/github_actions/actions/upload-artifact-4.3.1
 add 3d39edf5 Bump github/codeql-action from 3.24.0 to 3.24.3
 new 59461e73 Merge pull request #185 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-beanutils) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 2238cb0d)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


  at 2238cb0d Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-validator) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 3d39edf5)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


  at 3d39edf5 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-jexl) branch JEXL-418 updated (d2d2ff57 -> 6fb7c7b1)

2024-02-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to branch JEXL-418
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


from d2d2ff57 JEXL-418: fixing reserved names, preparing for feature flag;
 add 022c2d15 Bump github/codeql-action from 3.24.0 to 3.24.3
 add 05845fd7 Merge pull request #227 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3
 add 6fb7c7b1 Merge pull request #229 from apache/master

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 JEXL-418 updated: JEXL-418: fixing reserved names, preparing for feature flag;

2024-02-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/JEXL-418 by this push:
 new d2d2ff57 JEXL-418: fixing reserved names, preparing for feature flag;
d2d2ff57 is described below

commit d2d2ff57adf991e639c4b218fd714a769bdd53aa
Author: Henri Biestro 
AuthorDate: Fri Feb 16 23:19:52 2024 +0100

JEXL-418: fixing reserved names, preparing for feature flag;
---
 .../org/apache/commons/jexl3/JexlFeatures.java |  4 +-
 .../apache/commons/jexl3/internal/Interpreter.java |  3 +-
 .../org/apache/commons/jexl3/parser/Parser.jjt | 20 +++--
 .../org/apache/commons/jexl3/FeaturesTest.java |  2 +-
 .../java/org/apache/commons/jexl3/LexicalTest.java |  4 +-
 .../apache/commons/jexl3/TryCatchFinallyTest.java  | 49 +-
 6 files changed, 61 insertions(+), 21 deletions(-)

diff --git a/src/main/java/org/apache/commons/jexl3/JexlFeatures.java 
b/src/main/java/org/apache/commons/jexl3/JexlFeatures.java
index 4cee5a7d..be45f9b5 100644
--- a/src/main/java/org/apache/commons/jexl3/JexlFeatures.java
+++ b/src/main/java/org/apache/commons/jexl3/JexlFeatures.java
@@ -227,13 +227,13 @@ public final class JexlFeatures {
 
 /**
  * Protected future syntactic elements.
- * try, catch, throw, finally, switch, case, default, class, 
instanceof, jexl, $jexl
+ * throw, switch, case, default, class, instanceof, jexl, 
$jexl
  * @since 3.3.1
  */
 private static final Set RESERVED_WORDS =
 Collections.unmodifiableSet(
 new HashSet<>((Arrays.asList(
-"try", "catch", "throw", "finally", "switch", "case", 
"default", "class", "instanceof", "jexl", "$jexl";
+"switch", "case", "default", "class", "instanceof", "jexl", 
"$jexl";
 
 /**
  * The modern scripting features set.
diff --git a/src/main/java/org/apache/commons/jexl3/internal/Interpreter.java 
b/src/main/java/org/apache/commons/jexl3/internal/Interpreter.java
index c2553001..82a77edf 100644
--- a/src/main/java/org/apache/commons/jexl3/internal/Interpreter.java
+++ b/src/main/java/org/apache/commons/jexl3/internal/Interpreter.java
@@ -695,10 +695,10 @@ public class Interpreter extends InterpreterBase {
  */
 private Object evalTry(JexlNode tryVar, JexlNode tryExpression, JexlNode 
tryBody, final Object data) {
 boolean lexical = false;
+Object tryResult = null;
 try {
 final ASTIdentifier tryVariable;
 final int symbol;
-Object tryResult = null;
 /* Capture try variable if any. */
 if (tryVar instanceof ASTReference) {
 tryVariable = (ASTIdentifier) tryVar.jjtGetChild(0);
@@ -734,6 +734,7 @@ public class Interpreter extends InterpreterBase {
 // evaluate the body
 return tryBody.jjtAccept(this, data);
 } finally {
+closeIfSupported(tryResult);
 // restore lexical frame
 if (lexical) {
 block = block.pop();
diff --git a/src/main/java/org/apache/commons/jexl3/parser/Parser.jjt 
b/src/main/java/org/apache/commons/jexl3/parser/Parser.jjt
index 7dbcebaa..a09f2f21 100644
--- a/src/main/java/org/apache/commons/jexl3/parser/Parser.jjt
+++ b/src/main/java/org/apache/commons/jexl3/parser/Parser.jjt
@@ -82,6 +82,7 @@ PARSER_END(Parser)
 
 TOKEN_MGR_DECLS : {
 boolean comparatorNames = false;
+boolean jexl331 = true;
 }
 
 /***
@@ -219,11 +220,14 @@ TOKEN_MGR_DECLS : {
 | < NULL : "null" >
 | < TRUE : "true" >
 | < FALSE : "false" >
-| < THROW : "throw" >
+}
+
+ TOKEN : /* Exception handling. */
+{
+  < THROW : "throw" >
 | < TRY : "try" >
 | < CATCH : "catch" >
 | < FINALLY : "finally" >
-
 }
 
 /***
@@ -249,7 +253,8 @@ TOKEN_MGR_DECLS : {
   < IDENTIFIER:  (||)* >
   {
   matchedToken.image = StringParser.unescapeIdentifier(matchedToken.image);
-  if (comparatorNames && matchedToken.image.length() == 2) {
+  final int length = matchedToken.image.length();
+  if (comparatorNames && length == 2) {
   switch (matchedToken.image) {
  case "ne" : matchedToken.kind = NE; break;
  case "eq" : matchedToken.kind = EQ; break;
@@ -258,6 +263,13 @@ TOKEN_MGR_DECLS : {
  case "gt" : matchedToken.kind = GT; break;
  case "ge" : matchedToken.kind = GE; break;
   }
+  } else if (jexl331 && length >= 3 && length <= 7) {
+  switch (matchedToken.image) {
+ case "try" : matchedToken.kind = TRY; break;
+ case "catch" : matchedToken.kind = CATCH; break;
+ case "finally" : matchedToken.kind = FINALLY; break;
+ case "throw" : matchedToken.kind = THROW; break;
+  }
   

(commons-jexl) branch JEXL-418 created (now 01310b5e)

2024-02-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to branch JEXL-418
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


  at 01310b5e JEXL-418: initial drop;

This branch includes the following new commits:

 new 01310b5e JEXL-418: initial drop;

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.




(commons-jexl) 01/01: JEXL-418: initial drop;

2024-02-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

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

commit 01310b5ef80288bcfe5e8269c7ccda388a5b0042
Author: Henri Biestro 
AuthorDate: Fri Feb 16 22:10:10 2024 +0100

JEXL-418: initial drop;
---
 .../apache/commons/jexl3/internal/Debugger.java| 129 --
 .../apache/commons/jexl3/internal/Interpreter.java | 262 ++---
 .../commons/jexl3/internal/ScriptVisitor.java  |  93 +---
 .../commons/jexl3/parser/ASTTryStatement.java  |  49 
 .../commons/jexl3/parser/FeatureController.java|   8 +
 .../org/apache/commons/jexl3/parser/Parser.jjt |  36 ++-
 .../apache/commons/jexl3/parser/ParserVisitor.java |   2 +
 .../apache/commons/jexl3/TryCatchFinallyTest.java  |  58 +
 8 files changed, 369 insertions(+), 268 deletions(-)

diff --git a/src/main/java/org/apache/commons/jexl3/internal/Debugger.java 
b/src/main/java/org/apache/commons/jexl3/internal/Debugger.java
index 6353a57f..4cb224c7 100644
--- a/src/main/java/org/apache/commons/jexl3/internal/Debugger.java
+++ b/src/main/java/org/apache/commons/jexl3/internal/Debugger.java
@@ -25,95 +25,7 @@ import org.apache.commons.jexl3.JexlExpression;
 import org.apache.commons.jexl3.JexlFeatures;
 import org.apache.commons.jexl3.JexlInfo;
 import org.apache.commons.jexl3.JexlScript;
-import org.apache.commons.jexl3.parser.ASTAddNode;
-import org.apache.commons.jexl3.parser.ASTAndNode;
-import org.apache.commons.jexl3.parser.ASTAnnotatedStatement;
-import org.apache.commons.jexl3.parser.ASTAnnotation;
-import org.apache.commons.jexl3.parser.ASTArguments;
-import org.apache.commons.jexl3.parser.ASTArrayAccess;
-import org.apache.commons.jexl3.parser.ASTArrayLiteral;
-import org.apache.commons.jexl3.parser.ASTAssignment;
-import org.apache.commons.jexl3.parser.ASTBitwiseAndNode;
-import org.apache.commons.jexl3.parser.ASTBitwiseComplNode;
-import org.apache.commons.jexl3.parser.ASTBitwiseOrNode;
-import org.apache.commons.jexl3.parser.ASTBitwiseXorNode;
-import org.apache.commons.jexl3.parser.ASTBlock;
-import org.apache.commons.jexl3.parser.ASTBreak;
-import org.apache.commons.jexl3.parser.ASTConstructorNode;
-import org.apache.commons.jexl3.parser.ASTContinue;
-import org.apache.commons.jexl3.parser.ASTDecrementGetNode;
-import org.apache.commons.jexl3.parser.ASTDefineVars;
-import org.apache.commons.jexl3.parser.ASTDivNode;
-import org.apache.commons.jexl3.parser.ASTDoWhileStatement;
-import org.apache.commons.jexl3.parser.ASTEQNode;
-import org.apache.commons.jexl3.parser.ASTERNode;
-import org.apache.commons.jexl3.parser.ASTEWNode;
-import org.apache.commons.jexl3.parser.ASTEmptyFunction;
-import org.apache.commons.jexl3.parser.ASTExtendedLiteral;
-import org.apache.commons.jexl3.parser.ASTFalseNode;
-import org.apache.commons.jexl3.parser.ASTForeachStatement;
-import org.apache.commons.jexl3.parser.ASTFunctionNode;
-import org.apache.commons.jexl3.parser.ASTGENode;
-import org.apache.commons.jexl3.parser.ASTGTNode;
-import org.apache.commons.jexl3.parser.ASTGetDecrementNode;
-import org.apache.commons.jexl3.parser.ASTGetIncrementNode;
-import org.apache.commons.jexl3.parser.ASTIdentifier;
-import org.apache.commons.jexl3.parser.ASTIdentifierAccess;
-import org.apache.commons.jexl3.parser.ASTIfStatement;
-import org.apache.commons.jexl3.parser.ASTIncrementGetNode;
-import org.apache.commons.jexl3.parser.ASTJexlLambda;
-import org.apache.commons.jexl3.parser.ASTJexlScript;
-import org.apache.commons.jexl3.parser.ASTJxltLiteral;
-import org.apache.commons.jexl3.parser.ASTLENode;
-import org.apache.commons.jexl3.parser.ASTLTNode;
-import org.apache.commons.jexl3.parser.ASTMapEntry;
-import org.apache.commons.jexl3.parser.ASTMapLiteral;
-import org.apache.commons.jexl3.parser.ASTMethodNode;
-import org.apache.commons.jexl3.parser.ASTModNode;
-import org.apache.commons.jexl3.parser.ASTMulNode;
-import org.apache.commons.jexl3.parser.ASTNENode;
-import org.apache.commons.jexl3.parser.ASTNEWNode;
-import org.apache.commons.jexl3.parser.ASTNRNode;
-import org.apache.commons.jexl3.parser.ASTNSWNode;
-import org.apache.commons.jexl3.parser.ASTNotNode;
-import org.apache.commons.jexl3.parser.ASTNullLiteral;
-import org.apache.commons.jexl3.parser.ASTNullpNode;
-import org.apache.commons.jexl3.parser.ASTNumberLiteral;
-import org.apache.commons.jexl3.parser.ASTOrNode;
-import org.apache.commons.jexl3.parser.ASTQualifiedIdentifier;
-import org.apache.commons.jexl3.parser.ASTRangeNode;
-import org.apache.commons.jexl3.parser.ASTReference;
-import org.apache.commons.jexl3.parser.ASTReferenceExpression;
-import org.apache.commons.jexl3.parser.ASTRegexLiteral;
-import org.apache.commons.jexl3.parser.ASTReturnStatement;
-import org.apache.commons.jexl3.parser.ASTSWNode;
-import org.apache.commons.jexl3.parser.ASTSetAddNode;
-import org.apache.commons.jexl3.parser.ASTSetAndNode;
-import 

(commons-email) 01/01: Merge pull request #215 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 27711b5fc579fa9fa5946326b26a19c5dae98c0d
Merge: 0ca09e7 e2aed83
Author: Gary Gregory 
AuthorDate: Fri Feb 16 15:54:46 2024 -0500

Merge pull request #215 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-email) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was e2aed83)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 was e2aed83  Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-email) branch master updated (0ca09e7 -> 27711b5)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from 0ca09e7  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-email.git
 add e2aed83  Bump github/codeql-action from 3.24.0 to 3.24.3
 new 27711b5  Merge pull request #215 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-text) branch dependabot/maven/commons.bytebuddy.version-1.14.12 created (now 6d59bd8b)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


  at 6d59bd8b Bump commons.bytebuddy.version from 1.14.11 to 1.14.12

No new revisions were added by this update.



(commons-email) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now e2aed83)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-email.git


  at e2aed83  Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-text) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 99607ca0)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was 99607ca0 Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-text) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#504)

2024-02-16 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 22462107 Bump github/codeql-action from 3.24.0 to 3.24.3 (#504)
22462107 is described below

commit 224621078a3963c2eb995ea84924323d31dddc39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 15:31:59 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#504)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 17c4b768..ab08889c 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 50acf0ea..b0dfd692 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-rdf) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was bbfb3aa4)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


 was bbfb3aa4 Bump github/codeql-action from 3.24.0 to 3.24.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-rdf) 01/01: Merge pull request #195 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 8d6bfe8656994023222e23291a484ab478785dc2
Merge: dde44d13 bbfb3aa4
Author: Gary Gregory 
AuthorDate: Fri Feb 16 15:31:30 2024 -0500

Merge pull request #195 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-rdf) branch master updated (dde44d13 -> 8d6bfe86)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from dde44d13 Merge pull request #194 from 
apache/dependabot/github_actions/actions/upload-artifact-4.3.1
 add bbfb3aa4 Bump github/codeql-action from 3.24.0 to 3.24.3
 new 8d6bfe86 Merge pull request #195 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-bcel) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 56610d4d)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


 was 56610d4d Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-bcel) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#274)

2024-02-16 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 01fd7ec2 Bump github/codeql-action from 3.24.0 to 3.24.3 (#274)
01fd7ec2 is described below

commit 01fd7ec296bf057ccde3802e5aebbc9528aa1b74
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 15:30:50 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#274)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 581cc94b..f4b08707 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
# v3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
# v3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # 
v3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # 
v3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 66e373a7..2e02c5c1 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-text) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 99607ca0)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-text.git


  at 99607ca0 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-rdf) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now bbfb3aa4)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


  at bbfb3aa4 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-bcel) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 56610d4d)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


  at 56610d4d Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-jxpath) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 7584932)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


 was 7584932  Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-jxpath) branch master updated (931e15b -> e48c373)

2024-02-16 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 931e15b  Merge pull request #113 from 
apache/dependabot/github_actions/actions/upload-artifact-4.3.1
 add 7584932  Bump github/codeql-action from 3.24.0 to 3.24.3
 new e48c373  Merge pull request #114 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-jxpath) 01/01: Merge pull request #114 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 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 e48c373842efb5fc5e9d3acf06940371ba5a08ed
Merge: 931e15b 7584932
Author: Gary Gregory 
AuthorDate: Fri Feb 16 13:58:36 2024 -0500

Merge pull request #114 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-fileupload) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 350aad54)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


 was 350aad54 Bump github/codeql-action from 3.24.0 to 3.24.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-fileupload) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#276)

2024-02-16 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 d104f120 Bump github/codeql-action from 3.24.0 to 3.24.3 (#276)
d104f120 is described below

commit d104f120c73f817baa24ee5f211fb4e77eb11219
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 13:58:15 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#276)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 17c4b768..ab08889c 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 50acf0ea..b0dfd692 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-jxpath) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 7584932)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


  at 7584932  Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-fileupload) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 350aad54)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


  at 350aad54 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-exec) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 34b343a8)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


 was 34b343a8 Bump github/codeql-action from 3.24.0 to 3.24.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-exec) branch master updated (3fd0d26b -> c8f0eb1b)

2024-02-16 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-exec.git


from 3fd0d26b Merge pull request #157 from 
apache/dependabot/github_actions/github/codeql-action-3.24.0
 add 34b343a8 Bump github/codeql-action from 3.24.0 to 3.24.3
 new c8f0eb1b Merge pull request #159 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-exec) 01/01: Merge pull request #159 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 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-exec.git

commit c8f0eb1b3aed3a61babf9daddaabfce7102ef5b0
Merge: 3fd0d26b 34b343a8
Author: Gary Gregory 
AuthorDate: Fri Feb 16 13:16:37 2024 -0500

Merge pull request #159 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-imaging) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was c1105d6c)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


 was c1105d6c Bump github/codeql-action from 3.24.0 to 3.24.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-imaging) 01/01: Merge pull request #362 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit d3b3b534198d2b0b631379515e2b53905b425e70
Merge: 71b87dd8 c1105d6c
Author: Gary Gregory 
AuthorDate: Fri Feb 16 13:16:16 2024 -0500

Merge pull request #362 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-imaging) branch master updated (71b87dd8 -> d3b3b534)

2024-02-16 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-imaging.git


from 71b87dd8 Merge pull request #360 from 
apache/dependabot/github_actions/github/codeql-action-3.24.0
 add c1105d6c Bump github/codeql-action from 3.24.0 to 3.24.3
 new d3b3b534 Merge pull request #362 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-exec) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 34b343a8)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


  at 34b343a8 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-imaging) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now c1105d6c)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


  at c1105d6c Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-configuration) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was cfda32c9)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


 was cfda32c9 Bump github/codeql-action from 3.24.0 to 3.24.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-configuration) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#363)

2024-02-16 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 566b92f5 Bump github/codeql-action from 3.24.0 to 3.24.3 (#363)
566b92f5 is described below

commit 566b92f575dc81d93100a4a7dbebc51ce448d3cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 12:27:34 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#363)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 581cc94b..f4b08707 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
# v3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
# v3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # 
v3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # 
v3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 6f8e24fe..b59363f2 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -63,6 +63,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-configuration) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now cfda32c9)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at cfda32c9 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-configuration) branch master updated: Bump slf4j.version from 2.0.11 to 2.0.12 #358

2024-02-16 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 968a6d45 Bump slf4j.version from 2.0.11 to 2.0.12 #358
968a6d45 is described below

commit 968a6d455fe6ce4227117f1fb2446eb3ca691b4d
Author: Gary Gregory 
AuthorDate: Fri Feb 16 11:44:53 2024 -0500

Bump slf4j.version from 2.0.11 to 2.0.12 #358
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c6c1743..51d8e2d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@
   Bump 
commons-codec:commons-codec from 1.15 to 1.16.1.
   Bump 
commons-lang3 from 3.11 to 3.14.0.
   Bump 
org.yaml:snakeyaml from 2.0 to 2.2 #312, #315.
-  Bump 
slf4j.version from 2.0.7 to 2.0.11.
+  Bump 
slf4j.version from 2.0.7 to 2.0.12 #358.
   Bump 
org.apache.commons:commons-dbcp2 from 2.9.0 to 2.11.0.
   Bump 
org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0.
   Bump org.apache.logging.log4j:log4j-1.2-* from 2.20.0 to 2.22.1 
#334, #339.



(commons-configuration) branch dependabot/maven/spring.version-6.1.4 updated (01bbdb83 -> 25d7c793)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 discard 01bbdb83 Bump spring.version from 5.3.31 to 6.1.4
 add 106e6c0a Bump spring-* from 5.3.31 to 5.3.32
 add ff1e58b3 Bump slf4j.version from 2.0.11 to 2.0.12 (#358)
 add 25d7c793 Bump spring.version from 5.3.31 to 6.1.4

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

 * -- * -- B -- O -- O -- O   (01bbdb83)
\
 N -- N -- N   refs/heads/dependabot/maven/spring.version-6.1.4 
(25d7c793)

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

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

No new revisions were added by this update.

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



(commons-configuration) branch dependabot/maven/slf4j.version-2.0.12 deleted (was fe875fe8)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


 was fe875fe8 Bump slf4j.version from 2.0.11 to 2.0.12

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 master updated (106e6c0a -> ff1e58b3)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from 106e6c0a Bump spring-* from 5.3.31 to 5.3.32
 add ff1e58b3 Bump slf4j.version from 2.0.11 to 2.0.12 (#358)

No new revisions were added by this update.

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



(commons-configuration) branch master updated: Bump spring-* from 5.3.31 to 5.3.32

2024-02-16 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 106e6c0a Bump spring-* from 5.3.31 to 5.3.32
106e6c0a is described below

commit 106e6c0a72d67f2df80e8c5c424e5d5a59d11d1b
Author: Gary Gregory 
AuthorDate: Fri Feb 16 11:43:42 2024 -0500

Bump spring-* from 5.3.31 to 5.3.32
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8da09876..bae510e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,7 +564,7 @@
 2.22.1
 2.0.11
 
-5.3.31
+5.3.32
 
 false
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6ef2fa24..9c6c1743 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,7 @@
   
   Bump 
jackson-databind from 2.14.2 to 2.16.1 #297, #303, #326, #331, #340.
   Bump 
commons-io:commons-io from 2.11.0 to 2.15.1.
-  Bump spring-* 
from 5.3.26 to 5.3.31.
+  Bump spring-* 
from 5.3.26 to 5.3.32.
   Bump 
commons-parent from 57 to 66.
   Bump 
commons-codec:commons-codec from 1.15 to 1.16.1.
   Bump 
commons-lang3 from 3.11 to 3.14.0.



(commons-cli) branch master updated: Avoid NullPointerException in Util.stripLeadingAndTrailingQuotes(String)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ae71470  Avoid NullPointerException in 
Util.stripLeadingAndTrailingQuotes(String)
ae71470 is described below

commit ae7147049e8f5ee7a1ecd0ab8b56d5986e55e7a3
Author: Gary Gregory 
AuthorDate: Fri Feb 16 11:41:45 2024 -0500

Avoid NullPointerException in Util.stripLeadingAndTrailingQuotes(String)
---
 src/changes/changes.xml|  5 +++--
 src/main/java/org/apache/commons/cli/Util.java | 17 +++--
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1a99de..385c883 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,13 +24,14 @@
   
 
   
-  Inconsistent behaviour in key/value pairs (Java property 
style).
+  Inconsistent behavior in key/value pairs (Java property 
style).
+  Avoid 
NullPointerException in Util.stripLeadingAndTrailingQuotes(String).
   
   Add and use a Converter interface and implementations without 
using BeanUtils #216.
   Add Maven 
property project.build.outputTimestamp for build reproducibility.
   Add '-' as an option char and implemented extensive tests 
#217.
   Make adding OptionGroups and Options to existing Options easier 
#230.
-  Added Supplier defaults for getParsedOptionValue #229 
.
+  Added SupplierT defaults for getParsedOptionValue #229 
.
   
   Bump 
commons-parent from 64 to 66.
 
diff --git a/src/main/java/org/apache/commons/cli/Util.java 
b/src/main/java/org/apache/commons/cli/Util.java
index dce9d6d..f43b8c7 100644
--- a/src/main/java/org/apache/commons/cli/Util.java
+++ b/src/main/java/org/apache/commons/cli/Util.java
@@ -27,6 +27,16 @@ final class Util {
  */
 static final String[] EMPTY_STRING_ARRAY = {};
 
+/**
+ * Tests whether the given string is null or empty.
+ *
+ * @param str The string to test.
+ * @return Whether the given string is null or empty.
+ */
+private static boolean isEmpty(final String str) {
+return str == null || str.isEmpty();
+}
+
 /**
  * Removes the leading and trailing quotes from {@code str}. E.g. if str 
is '"one two"', then 'one two' is returned.
  *
@@ -34,6 +44,9 @@ final class Util {
  * @return The string without the leading and trailing quotes.
  */
 static String stripLeadingAndTrailingQuotes(final String str) {
+if (isEmpty(str)) {
+return str;
+}
 final int length = str.length();
 if (length > 1 && str.startsWith("\"") && str.endsWith("\"") && 
str.substring(1, length - 1).indexOf('"') == -1) {
 return str.substring(1, length - 1);
@@ -48,8 +61,8 @@ final class Util {
  * @return the new String.
  */
 static String stripLeadingHyphens(final String str) {
-if (str == null) {
-return null;
+if (isEmpty(str)) {
+return str;
 }
 if (str.startsWith("--")) {
 return str.substring(2);



(commons-configuration) branch dependabot/maven/spring.version-6.1.3 deleted (was 5f05dfc2)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 was 5f05dfc2 Bump spring.version from 5.3.31 to 6.1.3

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



(commons-configuration) branch dependabot/maven/spring.version-6.1.4 created (now 01bbdb83)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


  at 01bbdb83 Bump spring.version from 5.3.31 to 6.1.4

No new revisions were added by this update.



(commons-codec) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#244)

2024-02-16 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 634ac7ca Bump github/codeql-action from 3.24.0 to 3.24.3 (#244)
634ac7ca is described below

commit 634ac7caba17b3610e8fe3dd19f9f05faf4d1f94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 11:30:51 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#244)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 558dc9e9..f0c5c943 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 8b0d8eea..aa87cdca 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-codec) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was b6072f71)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


 was b6072f71 Bump github/codeql-action from 3.24.0 to 3.24.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-daemon) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was cf2db32)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


 was cf2db32  Bump github/codeql-action from 3.24.0 to 3.24.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-daemon) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#141)

2024-02-16 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-daemon.git


The following commit(s) were added to refs/heads/master by this push:
 new de45a87  Bump github/codeql-action from 3.24.0 to 3.24.3 (#141)
de45a87 is described below

commit de45a87ee1a9c1175cfb6d9b06a08c219d3b1c5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 11:31:43 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#141)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

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

diff --git a/.github/workflows/codeql-analysis-cpp.yml 
b/.github/workflows/codeql-analysis-cpp.yml
index 6741434..5ebd4f2 100644
--- a/.github/workflows/codeql-analysis-cpp.yml
+++ b/.github/workflows/codeql-analysis-cpp.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -86,4 +86,4 @@ jobs:
make
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/codeql-analysis-java.yml 
b/.github/workflows/codeql-analysis-java.yml
index 57b163a..7cfc959 100644
--- a/.github/workflows/codeql-analysis-java.yml
+++ b/.github/workflows/codeql-analysis-java.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 50acf0e..b0dfd69 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-lang) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was bb66cc557)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


 was bb66cc557 Bump github/codeql-action from 3.24.0 to 3.24.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-lang) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#1174)

2024-02-16 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 683f9e095 Bump github/codeql-action from 3.24.0 to 3.24.3 (#1174)
683f9e095 is described below

commit 683f9e0957fec2c467879c5990873b56334a268b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 11:30:18 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#1174)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 558dc9e96..f0c5c9438 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 3ae06c2d2..f1703fcdb 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-cli) branch master updated: [CLI-323] Added Supplier defaults for getParsedOptionValue #229

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ec17b87  [CLI-323] Added Supplier defaults for getParsedOptionValue 
#229
ec17b87 is described below

commit ec17b87f659860630266dc311979fe1d31324a8b
Author: Gary Gregory 
AuthorDate: Fri Feb 16 11:26:53 2024 -0500

[CLI-323] Added Supplier defaults for getParsedOptionValue #229
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4683601..f1a99de 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,7 @@
   Add Maven 
property project.build.outputTimestamp for build reproducibility.
   Add '-' as an option char and implemented extensive tests 
#217.
   Make adding OptionGroups and Options to existing Options easier 
#230.
+  Added Supplier defaults for getParsedOptionValue #229 
.
   
   Bump 
commons-parent from 64 to 66.
 



(commons-cli) branch master updated: [CLI-323] Added Supplier defaults for getParsedOptionValue (#229)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8eb7b89  [CLI-323] Added Supplier defaults for getParsedOptionValue 
(#229)
8eb7b89 is described below

commit 8eb7b8932fbb37a2bd3c06af02c348bc9643f242
Author: Claude Warren 
AuthorDate: Fri Feb 16 17:26:03 2024 +0100

[CLI-323] Added Supplier defaults for getParsedOptionValue (#229)

* Added Supplier defaults for getParsedOptionValue

* added tests

* Fixed test issues

* fixed style issues and added test for null supplier

* added additional supplier testing
---
 .../java/org/apache/commons/cli/CommandLine.java   | 59 +++---
 .../org/apache/commons/cli/CommandLineTest.java| 36 -
 2 files changed, 87 insertions(+), 8 deletions(-)

diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java 
b/src/main/java/org/apache/commons/cli/CommandLine.java
index 7f1bf48..b2f3a3d 100644
--- a/src/main/java/org/apache/commons/cli/CommandLine.java
+++ b/src/main/java/org/apache/commons/cli/CommandLine.java
@@ -412,6 +412,21 @@ public class CommandLine implements Serializable {
 return getParsedOptionValue(String.valueOf(opt), defaultValue);
 }
 
+/**
+ * Gets a version of this {@code Option} converted to a particular type.
+ *
+ * @param opt the name of the option.
+ * @param defaultValue the default value to return if opt is not set.
+ * @param  The return type for the method.
+ * @return the value parsed into a particular object.
+ * @throws ParseException if there are problems turning the option value 
into the desired type
+ * @see PatternOptionBuilder
+ * @since 1.7.0
+ */
+public  T getParsedOptionValue(final char opt, final Supplier 
defaultValue) throws ParseException {
+return getParsedOptionValue(String.valueOf(opt), defaultValue);
+}
+
 /**
  * Gets a version of this {@code Option} converted to a particular type.
  *
@@ -423,7 +438,7 @@ public class CommandLine implements Serializable {
  * @since 1.5.0
  */
 public  T getParsedOptionValue(final Option option) throws 
ParseException {
-return  getParsedOptionValue(option, null);
+return  getParsedOptionValue(option, () -> null);
 }
 
 /**
@@ -437,15 +452,30 @@ public class CommandLine implements Serializable {
  * @see PatternOptionBuilder
  * @since 1.7.0
  */
-@SuppressWarnings("unchecked")
 public  T getParsedOptionValue(final Option option, final T 
defaultValue) throws ParseException {
-if (option == null) {
-return null;
-}
-final String res = getOptionValue(option);
+return getParsedOptionValue(option, () -> defaultValue);
+}
+
+/**
+ * Gets a version of this {@code Option} converted to a particular type.
+ *
+ * @param option the name of the option.
+ * @param defaultValue the default value to return if opt is not set.
+ * @param  The return type for the method.
+ * @return the value parsed into a particular object.
+ * @throws ParseException if there are problems turning the option value 
into the desired type
+ * @see PatternOptionBuilder
+ * @since 1.7.0
+ */
+@SuppressWarnings("unchecked")
+public  T getParsedOptionValue(final Option option, final Supplier 
defaultValue) throws ParseException {
+final String res = option == null ? null : getOptionValue(option);
 
 try {
-return res == null ? defaultValue : (T) 
option.getConverter().apply(res);
+if (res == null) {
+return defaultValue == null ? null : defaultValue.get();
+}
+return (T) option.getConverter().apply(res);
 } catch (final Throwable e) {
 throw ParseException.wrap(e);
 }
@@ -480,6 +510,21 @@ public class CommandLine implements Serializable {
 return getParsedOptionValue(resolveOption(opt), defaultValue);
 }
 
+/**
+ * Gets a version of this {@code Option} converted to a particular type.
+ *
+ * @param opt the name of the option.
+ * @param defaultValue the default value to return if opt is not set.
+ * @param  The return type for the method.
+ * @return the value parsed into a particular object.
+ * @throws ParseException if there are problems turning the option value 
into the desired type
+ * @see PatternOptionBuilder
+ * @since 1.7.0
+ */
+public  T getParsedOptionValue(final String opt, final Supplier 
defaultValue) throws ParseException {
+return getParsedOptionValue(resolveOption(opt), defaultValue);
+}
+
 /**
  * jkeyes - commented out until it is implemented properly
  * 
diff --git 

(commons-cli) branch master updated: [CLI-324] Make adding OptionGroups and Options to existing Options easier #230

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6b86f40   [CLI-324] Make adding OptionGroups and Options to existing 
Options easier #230
6b86f40 is described below

commit 6b86f409145427bd53279eb9f8923eede5c60e8b
Author: Gary Gregory 
AuthorDate: Fri Feb 16 11:24:41 2024 -0500

 [CLI-324] Make adding OptionGroups and Options to existing Options easier 
#230
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 906db32..4683601 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
   Add and use a Converter interface and implementations without 
using BeanUtils #216.
   Add Maven 
property project.build.outputTimestamp for build reproducibility.
   Add '-' as an option char and implemented extensive tests 
#217.
+  Make adding OptionGroups and Options to existing Options easier 
#230.
   
   Bump 
commons-parent from 64 to 66.
 



(commons-cli) branch master updated: CLI-324 Make adding OptionGroups and Options to existing Options easier (#230)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 14a95d9  CLI-324 Make adding OptionGroups and Options to existing 
Options easier (#230)
14a95d9 is described below

commit 14a95d9e3a17b28d0030b51aef45464137efc74a
Author: Claude Warren 
AuthorDate: Fri Feb 16 17:23:31 2024 +0100

CLI-324 Make adding OptionGroups and Options to existing Options easier 
(#230)

* Fixes for CLI-324

* added tests

* reverted change of getOptionGroup to public and added documentation

* added test cases and javadoc to explain functioning
---
 src/main/java/org/apache/commons/cli/Options.java  | 26 +-
 .../java/org/apache/commons/cli/OptionsTest.java   | 93 ++
 2 files changed, 118 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/Options.java 
b/src/main/java/org/apache/commons/cli/Options.java
index ee7ce14..6fff20b 100644
--- a/src/main/java/org/apache/commons/cli/Options.java
+++ b/src/main/java/org/apache/commons/cli/Options.java
@@ -54,6 +54,25 @@ public class Options implements Serializable {
 /** A map of the option groups */
 private final Map optionGroups = new 
LinkedHashMap<>();
 
+/**
+ * Adds options to this option.  If any Option in {@code options} already 
exists
+ * in this Options an IllegalArgumentException is thrown
+ *
+ * @param options the options to add.
+ * @return The resulting Options instance.
+ * @since 1.7.0
+ */
+public Options addOptions(final Options options) {
+for (Option opt : options.getOptions()) {
+if (hasOption(opt.getKey())) {
+throw new IllegalArgumentException("Duplicate key: " + 
opt.getKey());
+}
+addOption(opt);
+}
+options.getOptionGroups().forEach(this::addOptionGroup);
+return this;
+}
+
 /**
  * Adds an option instance
  *
@@ -233,6 +252,11 @@ public class Options implements Serializable {
  * @return a Collection of OptionGroup instances.
  */
 Collection getOptionGroups() {
+/* The optionGroups map will have duplicates in the values() results.  
We
+ * use the HashSet to filter out duplicates and return a collection of
+ * OpitonGroup.  The decision to return a Collection rather than a set
+ * was probably to keep symmetry with the getOptions() method.
+ */
 return new HashSet<>(optionGroups.values());
 }
 
@@ -250,7 +274,7 @@ public class Options implements Serializable {
  *
  * @return read-only List of required options
  */
-public List getRequiredOptions() {
+public List getRequiredOptions() {
 return Collections.unmodifiableList(requiredOpts);
 }
 
diff --git a/src/test/java/org/apache/commons/cli/OptionsTest.java 
b/src/test/java/org/apache/commons/cli/OptionsTest.java
index 3d7004f..1f93bc7 100644
--- a/src/test/java/org/apache/commons/cli/OptionsTest.java
+++ b/src/test/java/org/apache/commons/cli/OptionsTest.java
@@ -21,9 +21,15 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
+import static org.junit.jupiter.api.Assertions.assertArrayEquals;
+import static org.junit.jupiter.api.Assertions.assertThrows;
 
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collection;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Set;
 
 import org.junit.Test;
 
@@ -78,6 +84,93 @@ public class OptionsTest {
 assertEquals(2, options.getOptionGroups().size());
 }
 
+@Test
+public void testAddOptions() {
+final Options options = new Options();
+
+final OptionGroup group1 = new OptionGroup();
+group1.addOption(Option.builder("a").build());
+group1.addOption(Option.builder("b").build());
+
+options.addOptionGroup(group1);
+
+options.addOption(Option.builder("X").build());
+options.addOption(Option.builder("y").build());
+
+final Options underTest = new Options();
+underTest.addOptions(options);
+
+assertEquals(options.getOptionGroups(), underTest.getOptionGroups());
+assertArrayEquals(options.getOptions().toArray(), 
underTest.getOptions().toArray());
+}
+
+@Test
+public void testAddOptions2X() {
+final Options options = new Options();
+
+final OptionGroup group1 = new OptionGroup();
+group1.addOption(Option.builder("a").build());
+group1.addOption(Option.builder("b").build());
+
+options.addOptionGroup(group1);
+
+options.addOption(Option.builder("X").build());
+options.addOption(Option.builder("y").build());
+
+ 

(commons-cli) branch master updated: [CLI-312] Inconsistent behaviour in key/value pairs (Java property style)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4fd2152  [CLI-312] Inconsistent behaviour in key/value pairs (Java 
property style)
4fd2152 is described below

commit 4fd215277a60a111e67aa6749c9d6f2db932f7f9
Author: Gary Gregory 
AuthorDate: Fri Feb 16 11:20:36 2024 -0500

[CLI-312] Inconsistent behaviour in key/value pairs (Java property style)
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14268c6..906db32 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,8 @@
   
   
 
+  
+  Inconsistent behaviour in key/value pairs (Java property 
style).
   
   Add and use a Converter interface and implementations without 
using BeanUtils #216.
   Add Maven 
property project.build.outputTimestamp for build reproducibility.



(commons-cli) branch master updated (bcfcdde -> ce86213)

2024-02-16 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-cli.git


from bcfcdde  Fix Javadoc warning
 add ce86213  [CLI-312] Inconsistent behaviour in key/value pairs (Java 
property style) (#233)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/commons/cli/DefaultParser.java |   3 +
 .../org/apache/commons/cli/bug/BugCLI312Test.java  | 106 +
 2 files changed, 109 insertions(+)
 create mode 100644 src/test/java/org/apache/commons/cli/bug/BugCLI312Test.java



(commons-daemon) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now cf2db32)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


  at cf2db32  Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-codec) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now b6072f71)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


  at b6072f71 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-lang) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now bb66cc557)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


  at bb66cc557 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



(commons-vfs) branch master updated: Remove obsolete profile

2024-02-16 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 3df08642 Remove obsolete profile
3df08642 is described below

commit 3df08642d14a062d0aebf079758cd4f92a599271
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:41:41 2024 -0500

Remove obsolete profile
---
 pom.xml | 20 
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49d8ebd7..231bbdf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -721,26 +721,6 @@
 
   
 
-
-
-  java11+
-  
-[11,)
-  
-  
-
-  
-org.apache.maven.plugins
-maven-surefire-plugin
-
-  
-  -Xmx64m
-
-  
-
-  
-
-
   
 
 



(commons-vfs) branch dependabot/maven/jackrabbit2.version-2.21.23 deleted (was 59967923)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 was 59967923 Bump jackrabbit2.version from 2.20.14 to 2.21.23

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 org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 #484

2024-02-16 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 6c5dcf3f Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 #484
6c5dcf3f is described below

commit 6c5dcf3f30cc2c66419455da2d8c23ac90ad7d25
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:34:49 2024 -0500

Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 #484
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b935b88c..6909f5a8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -312,7 +312,7 @@ The  type attribute can be add,update,fix,remove.
 Bump hadoop.version from 3.3.1 to 3.3.6 #246, #262, #290, #386, #402.
   
   
-Bump org.slf4j:slf4j-simple from 1.7.26 to 2.0.11.
+Bump org.slf4j:slf4j-simple from 1.7.26 to 2.0.12 #484.
   
   
 Bump slf4j.version from 1.7.26 to 2.0.11.



(commons-vfs) branch dependabot/maven/org.slf4j-slf4j-simple-2.0.12 deleted (was 8789ca1f)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/org.slf4j-slf4j-simple-2.0.12
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


 was 8789ca1f Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12

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 (4b6a3581 -> e6bc651f)

2024-02-16 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-vfs.git


from 4b6a3581 Bump github/codeql-action from 3.24.0 to 3.24.3 (#485)
 add e6bc651f Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 (#484)

No new revisions were added by this update.

Summary of changes:
 commons-vfs2-examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



(commons-pool) branch dependabot/maven/org.apache.commons-commons-parent-66 deleted (was 67e4107c)

2024-02-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 was 67e4107c Bump org.apache.commons:commons-parent from 64 to 66

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 dependabot/github_actions/github/codeql-action-3.24.3 deleted (was aa1804b6)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 was aa1804b6 Bump github/codeql-action from 3.24.0 to 3.24.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-pool) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#281)

2024-02-16 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 adb500db Bump github/codeql-action from 3.24.0 to 3.24.3 (#281)
adb500db is described below

commit adb500db3f9a055ab59035abc9c049dc3714b7b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 08:31:12 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#281)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 17bd8cbe..39e3123e 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
   # 3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
   # 3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 50acf0ea..b0dfd692 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-jexl) 01/01: Merge pull request #227 from apache/dependabot/github_actions/github/codeql-action-3.24.3

2024-02-16 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 05845fd77181f9e0f3bbc255062f0ae53bcab41f
Merge: a6c1366e 022c2d15
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:30:29 2024 -0500

Merge pull request #227 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3

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



(commons-jexl) branch master updated (a6c1366e -> 05845fd7)

2024-02-16 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 a6c1366e JEXL-421: added methods to find 'best' common class; - 
updated ArrayBuilder; - added test; - updated changes & release notes;
 add 022c2d15 Bump github/codeql-action from 3.24.0 to 3.24.3
 new 05845fd7 Merge pull request #227 from 
apache/dependabot/github_actions/github/codeql-action-3.24.3

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


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



(commons-collections) branch master updated: Bump github/codeql-action from 3.24.0 to 3.24.3 (#454)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 762efbd2c Bump github/codeql-action from 3.24.0 to 3.24.3 (#454)
762efbd2c is described below

commit 762efbd2c3876689b44c2c83c34ba6a89955d11a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 08:30:07 2024 -0500

Bump github/codeql-action from 3.24.0 to 3.24.3 (#454)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
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 581cc94b7..f4b087071 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 
# v3.24.0
+  uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 
# v3.24.3
   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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # 
v3.24.0
+  uses: 
github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # 
v3.24.3
 
 # ℹ️ 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
+  uses: 
github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index cebb800c2..1557a7b51 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911# 
3.24.0
+uses: 
github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0# 
3.24.3
 with:
   sarif_file: results.sarif



(commons-jexl) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was 022c2d15)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


 was 022c2d15 Bump github/codeql-action from 3.24.0 to 3.24.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-collections) branch dependabot/github_actions/github/codeql-action-3.24.3 deleted (was d22fc2c69)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


 was d22fc2c69 Bump github/codeql-action from 3.24.0 to 3.24.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-cli) branch dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.3.1 deleted (was 76f3ea1)

2024-02-16 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.github.spotbugs-spotbugs-maven-plugin-4.8.3.1
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


 was 76f3ea1  Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 
to 4.8.3.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.



(commons-cli) 01/02: Pick up SpotBugs version from parent POM

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit e57444bca030fd5ff4f852ae746e1b216125ca08
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:19:04 2024 -0500

Pick up SpotBugs version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50d73af..7bac0fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,6 @@
 
   
${basedir}/src/conf/spotbugs-exclude-filter.xml
 
-4.8.3.0
   
 
   org.apache.maven.plugins



(commons-cli) 02/02: Fix Javadoc warning

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit bcfcddeed8006772b2372e65e251338450171664
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:19:34 2024 -0500

Fix Javadoc warning
---
 src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java 
b/src/main/java/org/apache/commons/cli/TypeHandler.java
index e13f026..f7cf4fe 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -104,7 +104,7 @@ public class TypeHandler {
  *
  * 
  * This method is not yet implemented and always throws an {@link 
UnsupportedOperationException}.
- * 
+ * 
  *
  * @param str the paths to the files
  * @return The File[] represented by {@code str}.



(commons-cli) branch master updated (e2178a2 -> bcfcdde)

2024-02-16 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-cli.git


from e2178a2  Bump github/codeql-action from 3.24.0 to 3.24.3 (#235)
 new e57444b  Pick up SpotBugs version from parent POM
 new bcfcdde  Fix Javadoc warning

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


Summary of changes:
 pom.xml   | 1 -
 src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)



(commons-parent) branch master updated: Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.4 #365

2024-02-16 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 ebf0df0  Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.18.3 to 0.18.4 #365
ebf0df0 is described below

commit ebf0df0757f7d3db19054ba1b0a692c92c2837f8
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:16:09 2024 -0500

Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.4 
#365
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 989792e..9ce0d20 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The  type attribute can be add,update,fix,remove.

Bump 
org.junit:junit-bom from 5.10.1 to 5.10.2.
Bump 
com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 #366.
+   Bump 
com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.4 
#365.
 
 




(commons-parent) branch dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.18.4 deleted (was 961e51c)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.18.4
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was 961e51c  Bump com.github.siom79.japicmp:japicmp-maven-plugin

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 master updated: Bump com.github.siom79.japicmp:japicmp-maven-plugin (#365)

2024-02-16 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 d7610bb  Bump com.github.siom79.japicmp:japicmp-maven-plugin (#365)
d7610bb is described below

commit d7610bb4068b324e537b317a525856fc44958e50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 08:15:26 2024 -0500

Bump com.github.siom79.japicmp:japicmp-maven-plugin (#365)

Bumps 
[com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp)
 from 0.18.3 to 0.18.4.
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- 
[Commits](https://github.com/siom79/japicmp/compare/japicmp-base-0.18.3...japicmp-base-0.18.4)

---
updated-dependencies:
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cda0078..28e182a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
 3.2.5
 5.1.9
 0.8.11
-0.18.3
+0.18.4
 3.3.0
 3.6.3
 3.3.2



(commons-parent) branch master updated: Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 #366

2024-02-16 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 a7a1ed1  Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 
to 4.8.3.1 #366
a7a1ed1 is described below

commit a7a1ed12614d50ef27687c8ff33fff970de21d03
Author: Gary Gregory 
AuthorDate: Fri Feb 16 08:15:07 2024 -0500

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 #366
---
 src/changes/changes.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8845232..989792e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,8 +57,10 @@ The  type attribute can be add,update,fix,remove.
 The changes report outputs actions in the order they appear in this file.
  -->
 
-
+Bump 
org.junit:junit-bom from 5.10.1 to 5.10.2.
+   Bump 
com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 #366.
 
 




(commons-parent) branch dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.3.1 deleted (was 2d7be06)

2024-02-16 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.3.1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was 2d7be06  Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 
to 4.8.3.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.



(commons-parent) branch master updated: Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#366)

2024-02-16 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 eb1f8b8  Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 
to 4.8.3.1 (#366)
eb1f8b8 is described below

commit eb1f8b8e5005a1219c5dbf4a0b7c478942fb4471
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 16 08:13:56 2024 -0500

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 
(#366)

Bumps 
[com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin)
 from 4.8.3.0 to 4.8.3.1.
- [Release 
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- 
[Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.3.0...spotbugs-maven-plugin-4.8.3.1)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1dd5bb3..cda0078 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
 Warning: maven-site-plugin 4.0.0-M3 requires an update to commons-skin 
site.vm for new variable names.
 -->
 3.12.1
-4.8.3.0
+4.8.3.1
 4.8.3
 3.2.5
 3.2.5



(commons-jexl) branch dependabot/github_actions/github/codeql-action-3.24.3 created (now 022c2d15)

2024-02-16 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-3.24.3
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


  at 022c2d15 Bump github/codeql-action from 3.24.0 to 3.24.3

No new revisions were added by this update.



  1   2   >