Skip to content

Commit

Permalink
update spring-boot 3.+
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikly committed Jul 3, 2023
1 parent ea6e40c commit 3e40819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
# 设置 Maven Settings
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v21
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<module>final-security-core</module>
</modules>
<properties>
<java.version>1.8</java.version>
<java.version>17</java.version>
<final.version>1.5.2-SNAPSHOT</final.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 3e40819

Please sign in to comment.