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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new c3c85db7 Bump actions/setup-java from 5.2.0 to 5.3.0 (#498)
c3c85db7 is described below

commit c3c85db79043d79d6bb3a67a8627650c7962a156
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 13:06:20 2026 +0200

    Bump actions/setup-java from 5.2.0 to 5.3.0 (#498)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.2.0 to 5.3.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5.2.0...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/license.yaml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml
index b065a5b8..f64b6135 100644
--- a/.github/workflows/license.yaml
+++ b/.github/workflows/license.yaml
@@ -32,7 +32,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up JDK 21
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           java-version: '21'
           distribution: 'temurin'
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c9b1a6e0..4c234caf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -51,7 +51,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+      uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}

Reply via email to