You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/05/05 04:16:37 UTC

[commons-configuration] branch master updated (69260fa1 -> 6ce330e8)

This is an automated email from the ASF dual-hosted git repository.

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


    from 69260fa1 Simplify conditions and avoid extra checks.
     new 0336014d bump commons-parent from 52 to 53
     new 34191bac bump spring versions from 5.3.18 to 5.3.19
     new 6ce330e8 bump codeql-action from v1 to v2

The 3 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 +++---
 pom.xml                               |  4 ++--
 src/changes/changes.xml               | 13 +++++++++++++
 3 files changed, 18 insertions(+), 5 deletions(-)


[commons-configuration] 01/03: bump commons-parent from 52 to 53

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0336014defe13372146754a8b6e93094000e993c
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Thu May 5 00:01:41 2022 -0400

    bump commons-parent from 52 to 53
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 93905f33..d3392286 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>52</version>
+    <version>53</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-configuration2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7eac8cbb..1e8ab67b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@
          Add ImmutableConfiguration.getDuration() methods.
        </action>       
        <!-- UPDATES -->
+       <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
+         Bump commons-parent from 52 to 53.
+       </action>
        <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
          Bump actions/setup-java from v1.4.0 to 3 #63, #65, #73, #174.
        </action>


[commons-configuration] 02/03: bump spring versions from 5.3.18 to 5.3.19

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 34191bac83f478809a3c4bcbd1fe3b1677d71044
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Thu May 5 00:05:58 2022 -0400

    bump spring versions from 5.3.18 to 5.3.19
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3392286..e23ec1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,7 +580,7 @@
       *
     </commons.osgi.import>
     <slf4j.version>1.7.36</slf4j.version>
-    <spring.version>5.3.18</spring.version>
+    <spring.version>5.3.19</spring.version>
 
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e8ab67b..67a208e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,13 @@
          Add ImmutableConfiguration.getDuration() methods.
        </action>       
        <!-- UPDATES -->
+       <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
+         Bump Spring dependency versions:
+         org.springframework:spring-beans 5.3.18 -> 5.3.19
+         org.springframework:spring-context 5.3.18 -> 5.3.19
+         org.springframework:spring-core 5.3.18 -> 5.3.19
+         org.springframework:spring-test 5.3.18 -> 5.3.19
+       </action>
        <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
          Bump commons-parent from 52 to 53.
        </action>


[commons-configuration] 03/03: bump codeql-action from v1 to v2

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6ce330e889f6708669481e1211d9fa63fa9f18ee
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Thu May 5 00:07:04 2022 -0400

    bump codeql-action from v1 to v2
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 src/changes/changes.xml               | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2bf11204..0067a012 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,7 +46,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -57,7 +57,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@v1
+      uses: github/codeql-action/autobuild@v2
 
     # ℹī¸ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -71,4 +71,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 67a208e7..4b572b66 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@
          Add ImmutableConfiguration.getDuration() methods.
        </action>       
        <!-- UPDATES -->
+       <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
+         Bump codeql-action from v1 to v2.
+       </action>
        <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
          Bump Spring dependency versions:
          org.springframework:spring-beans 5.3.18 -> 5.3.19