Skip to content

Commit 27f48c2

Browse files
Copilotcommjoen
andcommitted
Revert Java version from 21 back to Java 23 as requested
Co-authored-by: commjoen <[email protected]>
1 parent c77cdd3 commit 27f48c2

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up JDK 23
6969
uses: actions/setup-java@v4
7070
with:
71-
java-version: "21"
71+
java-version: "23"
7272
distribution: "temurin"
7373
- name: run mvn clean package
7474
run: ./mvnw clean package -Ddependency-check.skip=true -Dmaven.test.skip=true

.github/workflows/container_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK 23
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: "21"
25+
java-version: "23"
2626
distribution: "temurin"
2727
cache: "maven"
2828
- name: Navigate to test script and run

.github/workflows/dast-zap-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK 23
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: "21"
20+
java-version: "23"
2121
distribution: "temurin"
2222
- name: Clean install
2323
run: ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip

.github/workflows/java_swagger_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK 23
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: "21"
20+
java-version: "23"
2121
distribution: "temurin"
2222
- name: Clean install
2323
run: ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK 23
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: "21"
31+
java-version: "23"
3232
distribution: "temurin"
3333
cache: "maven"
3434
- name: checkstyle with Maven
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up JDK 23
4343
uses: actions/setup-java@v4
4444
with:
45-
java-version: "21"
45+
java-version: "23"
4646
distribution: "temurin"
4747
cache: "maven"
4848
- name: spotbugs with Maven
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up JDK 23
5959
uses: actions/setup-java@v4
6060
with:
61-
java-version: "21"
61+
java-version: "23"
6262
distribution: "temurin"
6363
cache: "maven"
6464
- name: Test with Maven

.github/workflows/master-container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up JDK 23
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: "21"
23+
java-version: "23"
2424
distribution: "temurin"
2525
cache: "maven"
2626

.github/workflows/pr-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK 23
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: "21"
31+
java-version: "23"
3232
distribution: "temurin"
3333
cache: "maven"
3434

@@ -248,7 +248,7 @@ jobs:
248248
- name: Set up JDK 23 for PR build
249249
uses: actions/setup-java@v4
250250
with:
251-
java-version: "21"
251+
java-version: "23"
252252
distribution: "temurin"
253253
cache: "maven"
254254

@@ -277,7 +277,7 @@ jobs:
277277
- name: Set up JDK 23 for main
278278
uses: actions/setup-java@v4
279279
with:
280-
java-version: "21"
280+
java-version: "23"
281281
distribution: "temurin"
282282
cache: "maven"
283283

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-java@v4
3333
with:
3434
distribution: "temurin"
35-
java-version: "21"
35+
java-version: "23"
3636
- name: Install npm dependencies
3737
run: npm install
3838
- uses: actions/cache@v4

.github/workflows/version-sync-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK 23
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: "21"
22+
java-version: "23"
2323
distribution: "temurin"
2424
cache: "maven"
2525

.github/workflows/visual-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK 23 for PR build
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: "21"
27+
java-version: "23"
2828
distribution: "temurin"
2929
cache: "maven"
3030

@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up JDK 23 for main build
5353
uses: actions/setup-java@v4
5454
with:
55-
java-version: "21"
55+
java-version: "23"
5656
distribution: "temurin"
5757
cache: "maven"
5858

0 commit comments

Comments
 (0)