mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 14:58:04 +08:00
支持 JDK 17
This commit is contained in:
parent
b86b55cafa
commit
bb149173ea
@ -112,6 +112,12 @@
|
||||
<version>1.0.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jakarta.activation</groupId>
|
||||
<artifactId>jakarta.activation-api</artifactId>
|
||||
<version>1.2.2</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.10</version>
|
||||
<version>1.18.22</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user