Skip to content

Commit c428fcd

Browse files
authored
Update JDK version from 21 to 25.0.1
1 parent b1e99ec commit c428fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jdeploy.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 21
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '21'
22+
java-version: '25.0.1'
2323
distribution: 'temurin'
2424
- name: Build with Maven
2525
run: mvn clean package -q

0 commit comments

Comments
 (0)