From b8f16f4f9a6c0b123af669c9cb12699e8bd4bd26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:38:17 +0000 Subject: [PATCH] Update dependency java-jdk to v25.0.4+101.0.LTS --- .github/workflows/build-all-and-publish.yml | 10 +++++----- .github/workflows/docs.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-all-and-publish.yml b/.github/workflows/build-all-and-publish.yml index 1ea603b..c99583a 100644 --- a/.github/workflows/build-all-and-publish.yml +++ b/.github/workflows/build-all-and-publish.yml @@ -70,7 +70,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven - name: Install cross toolchain (if needed) @@ -128,7 +128,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven - name: Build (native binary build only) @@ -173,7 +173,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven # See LZ4FrameIOStreamTest @@ -228,7 +228,7 @@ jobs: if: github.event_name == 'release' || inputs.publish with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven gpg-private-key: ${{ secrets.GPG_KEY }} gpg-passphrase: GPG_PASSWORD @@ -241,7 +241,7 @@ jobs: if: github.event_name != 'release' && !inputs.publish with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven - name: Download natives diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c50d0ab..b42302a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven - name: Install uv uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f2074d..ae60919 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin - java-version: '25' + java-version: '25.0.4+101.0.LTS' cache: maven - name: Build (mvn verify) run: |