Skip to content

Commit 8217e4b

Browse files
author
mhewedy
committed
feat(31): support springboot 3
1 parent 56ca384 commit 8217e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up JDK 1.17
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v2
1818
with:
1919
java-version: 17

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</scm>
4343

4444
<properties>
45-
<java.version>1.8</java.version>
45+
<java.version>17</java.version>
4646
</properties>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)