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

lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.13.x by this push:
     new f46241307 chore(deps): bump actions/setup-java from 5.6.0 to 6.0.0 in 
the github-actions-dependencies group (#2874)
f46241307 is described below

commit f46241307b08e5ffcdb64e55d199f7cef4bb9fbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 15:35:40 2026 -0500

    chore(deps): bump actions/setup-java from 5.6.0 to 6.0.0 in the 
github-actions-dependencies group (#2874)
    
    * chore(deps): bump actions/setup-java
    
    Bumps the github-actions-dependencies group with 1 update: 
[actions/setup-java](https://github.com/actions/setup-java).
    
    
    Updates `actions/setup-java` from 5.6.0 to 6.0.0
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore(build): rename openJ9 to Semeru
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lprimak <[email protected]>
---
 .github/workflows/maven.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 36d17500c..5649bec64 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           java-version: 8
           distribution: temurin
@@ -53,17 +53,17 @@ jobs:
         java:
           #  8
           - version: 8
-            dist: adopt-openj9
+            dist: 'semeru'
           # 11
           - version: 11
             dist: temurin
           - version: 11
-            dist: adopt-openj9
+            dist: 'semeru'
           # 17
           - version: 17
             dist: temurin
           - version: 17
-            dist: adopt-openj9
+            dist: 'semeru'
           - version: 17
             dist: zulu
       fail-fast: false
@@ -75,7 +75,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           java-version: ${{ matrix.java.version }}
           distribution: ${{ matrix.java.dist }}
@@ -105,7 +105,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           java-version: ${{ matrix.java.version }}
           distribution: ${{ matrix.java.dist }}

Reply via email to