Skip to content

Commit fe75b0a

Browse files
committed
Update to JDK 23
1 parent a826be5 commit fe75b0a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-java@v4
1414
with:
15-
java-version: 22
15+
java-version: 23
1616
distribution: 'zulu'
1717
cache: 'maven'
1818
- name: Ensure to use tagged version

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121
- uses: actions/setup-java@v4
2222
with:
23-
java-version: 22
23+
java-version: 23
2424
distribution: 'zulu'
2525
cache: 'maven'
2626
- name: Initialize CodeQL

.github/workflows/dependency-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
runner-os: 'ubuntu-latest'
1616
java-distribution: 'zulu'
17-
java-version: 22
17+
java-version: 23
1818
secrets:
1919
nvd-api-key: ${{ secrets.NVD_API_KEY }}
2020
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/publish-central.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-java@v4
1111
with:
12-
java-version: 22
12+
java-version: 23
1313
distribution: 'zulu'
1414
cache: 'maven'
1515
server-id: central

.github/workflows/publish-github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-java@v4
1212
with:
13-
java-version: 22
13+
java-version: 23
1414
distribution: 'zulu'
1515
cache: 'maven'
1616
- name: Enforce project version ${{ github.event.release.tag_name }}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<project.build.jdk>22</project.build.jdk>
20+
<project.build.jdk>23</project.build.jdk>
2121

2222
<!-- dependencies -->
2323
<integrations-api.version>1.5.1</integrations-api.version>

0 commit comments

Comments
 (0)