Skip to content

Commit 4682574

Browse files
Merge pull request #3352 from nextcloud/renovate/java-jdk-25.x
chore(deps): update dependency java-jdk to v25
2 parents c5c0168 + a98cc5f commit 4682574

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/analysis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1
6161
with:
6262
distribution: "temurin"
63-
java-version: 21
63+
java-version: 25
6464
- name: Install dependencies
6565
run: |
6666
sudo apt install python3-defusedxml

‎.github/workflows/codeql.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1
5151
with:
5252
distribution: "temurin"
53-
java-version: 21
53+
java-version: 25
5454
- name: Assemble
5555
run: |
5656
mkdir -p "$HOME/.gradle"

‎.github/workflows/qa.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
3535
with:
3636
distribution: "temurin"
37-
java-version: 21
37+
java-version: 25
3838

3939
- name: Build QA
4040
if: ${{ steps.check-secrets.outputs.ok == 'true' }}

0 commit comments

Comments
 (0)