File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
java-version : ${{ matrix.java }}
27
27
distribution : ' temurin'
28
- cache : maven
28
+ # cache: maven
29
29
- name : Build with Maven
30
30
run : mvn -B package --no-transfer-progress --file pom.xml
Original file line number Diff line number Diff line change 328
328
<swagger-core-version >1.6.5</swagger-core-version >
329
329
<okhttp-version >4.9.3</okhttp-version >
330
330
<gson-version >2.9.0</gson-version >
331
- <commons-lang3-version >3.12 .0</commons-lang3-version >
331
+ <commons-lang3-version >3.18 .0</commons-lang3-version >
332
332
<jackson-databind-nullable-version >0.2.2</jackson-databind-nullable-version >
333
333
<jakarta-annotation-version >1.3.5</jakarta-annotation-version >
334
334
<junit-version >5.8.2</junit-version >
You can’t perform that action at this time.
0 commit comments