File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <maven .compiler.source>1.7 </maven .compiler.source>
17
- <maven .compiler.target>1.7 </maven .compiler.target>
16
+ <maven .compiler.source>21 </maven .compiler.source>
17
+ <maven .compiler.target>21 </maven .compiler.target>
18
18
</properties >
19
19
20
20
<dependencies >
26
26
<dependency >
27
27
<groupId >commons-io</groupId >
28
28
<artifactId >commons-io</artifactId >
29
- <version >2.6 </version >
29
+ <version >2.14.0 </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >com.google.code.gson</groupId >
33
33
<artifactId >gson</artifactId >
34
- <version >2.8.6 </version >
34
+ <version >2.8.9 </version >
35
35
</dependency >
36
36
37
37
<dependency >
38
38
<groupId >junit</groupId >
39
39
<artifactId >junit</artifactId >
40
- <version >4.11 </version >
40
+ <version >4.13.1 </version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
</dependencies >
You can’t perform that action at this time.
0 commit comments