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 07aa8aa2 Bump actions/setup-java from 3.13.0 to 4.0.0
07aa8aa2 is described below

commit 07aa8aa2e78cc70ec986ccd709707a96508d6801
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 30 08:34:11 2023 -0500

    Bump actions/setup-java from 3.13.0 to 4.0.0
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 src/changes/changes.xml        | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 5c778d55..5dfe93ae 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
+      uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # 
v4.0.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b78f2e95..f5bbd618 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -53,7 +53,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
+      uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # 
v4.0.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4fe5faf6..61c2481a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -330,6 +330,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #445.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump commons-logging:commons-logging from 1.2 to 1.3.0.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance 
release. Requires Java 8 or above.">
       <!-- ADDS -->

Reply via email to