Skip to content

Commit 00532da

Browse files
committed
chore: Update GitHub workflows to use Java 21 instead of Java 17
1 parent 67ef377 commit 00532da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-java@v5
3636
with:
3737
distribution: 'temurin'
38-
java-version: '17'
38+
java-version: '21'
3939
cache: 'maven'
4040
cache-dependency-path: '**/pom.xml'
4141

.github/workflows/build-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v5
2323
with:
2424
distribution: 'temurin'
25-
java-version: '17'
25+
java-version: '21'
2626
cache: 'maven'
2727
cache-dependency-path: '**/pom.xml'
2828

@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-java@v5
6262
with:
6363
distribution: 'temurin'
64-
java-version: '17'
64+
java-version: '21'
6565
cache: 'maven'
6666
cache-dependency-path: '**/pom.xml'
6767

.github/workflows/deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-java@v5
3030
with:
3131
distribution: 'temurin'
32-
java-version: '17'
32+
java-version: '21'
3333
cache: 'maven'
3434
cache-dependency-path: '**/pom.xml'
3535

.github/workflows/release-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@v5
4141
with:
4242
distribution: 'temurin'
43-
java-version: '17'
43+
java-version: '21'
4444
server-id: central
4545
server-username: MAVEN_USERNAME
4646
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)