Skip to content

Commit e59f53a

Browse files
authored
[#5015] update jdk version (#5126)
1 parent 738139b commit e59f53a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up jdk
3737
uses: actions/setup-java@v3
3838
with:
39-
java-version: '17.0.2'
39+
java-version: '17.0.8'
4040
distribution: 'temurin'
4141
- name: Set up Maven
4242
uses: stCarolas/setup-maven@v4.5

.github/workflows/unit-test-jdk17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up jdk
3434
uses: actions/setup-java@v3
3535
with:
36-
java-version: '17.0.2'
36+
java-version: '17.0.8'
3737
distribution: 'temurin'
3838
- name: Compilation and Installation
3939
run: mvn -B -Dcheckstyle.skip -Dspotbugs.skip=true clean install -Pit

demo/docker-build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<name>${project.artifactId}:${project.version}</name>
4343
<alias>${project.artifactId}</alias>
4444
<build>
45-
<from>openjdk:17.0.2</from>
45+
<from>eclipse-temurin:17-jre-jammy</from>
4646
<ports>
4747
<port>7070</port>
4848
<port>8080</port>

0 commit comments

Comments
 (0)