Skip to content

Commit 7189bf9

Browse files
committed
java 25
1 parent 5ce1f94 commit 7189bf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
26-
- name: Set up JDK 21
26+
- name: Set up JDK 25
2727
uses: actions/setup-java@v1
2828
with:
29-
java-version: 21
29+
java-version: 25
3030
- name: Cache SonarCloud packages
3131
uses: actions/cache@v4
3232
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</parent>
1616

1717
<properties>
18-
<java.version>21</java.version>
18+
<java.version>25</java.version>
1919
<guava.version>33.2.1-jre</guava.version>
2020
<mybatis-plus-boot-starter.version>3.5.15</mybatis-plus-boot-starter.version>
2121
<jsoup.version>1.17.2</jsoup.version>

0 commit comments

Comments
 (0)