File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
website : jdk.java.net
18
18
release : 21
19
19
- name : cache maven packages
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ~/.m2/repository
23
23
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 19
19
distribution : adopt
20
20
java-version : 17
21
21
- name : cache maven packages
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.m2/repository
25
25
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 92
92
<dependency >
93
93
<groupId >com.jayway.jsonpath</groupId >
94
94
<artifactId >json-path</artifactId >
95
- <version >2.8 .0</version >
95
+ <version >2.9 .0</version >
96
96
</dependency >
97
97
<dependency >
98
98
<groupId >net.minidev</groupId >
You can’t perform that action at this time.
0 commit comments