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

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


The following commit(s) were added to refs/heads/main by this push:
     new f601397  Bump actions/setup-java from 5.0.0 to 5.1.0 (#117)
f601397 is described below

commit f601397c02c1fb89fed72aaef91bc158d4cbc942
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 4 09:03:49 2025 -0500

    Bump actions/setup-java from 5.0.0 to 5.1.0 (#117)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/dded0888837ed1f317902acf8a20df0ad188d165...f2beeb24e141e01a676f977032f5a29d81c9e27e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.1.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.yml | 2 +-
 .github/workflows/maven.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 1958197..8e4b4cf 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -28,7 +28,7 @@ jobs:
     steps:
       - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 
v6.0.1
       - name: Set up JDK 17
-        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
         with:
           java-version: '17'
           distribution: 'temurin'
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ac038df..40b1507 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,7 +49,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}

Reply via email to