File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
<maven .compiler.source>1.8</maven .compiler.source>
20
20
<maven .compiler.target>1.8</maven .compiler.target>
21
- <okhttp3 .version>4.5.0 </okhttp3 .version>
21
+ <okhttp3 .version>4.9.1 </okhttp3 .version>
22
22
<httpclient .version>4.5.13</httpclient .version>
23
- <hutool .version>5.5.7 </hutool .version>
23
+ <hutool .version>5.7.11 </hutool .version>
24
24
</properties >
25
25
26
26
<developers >
73
73
<dependency >
74
74
<groupId >junit</groupId >
75
75
<artifactId >junit</artifactId >
76
- <version >4.13.1 </version >
76
+ <version >4.13.2 </version >
77
77
<scope >test</scope >
78
78
</dependency >
79
79
<dependency >
80
80
<groupId >org.projectlombok</groupId >
81
81
<artifactId >lombok</artifactId >
82
- <version >1.18.10 </version >
82
+ <version >1.18.20 </version >
83
83
<scope >provided</scope >
84
84
</dependency >
85
85
</dependencies >
You can’t perform that action at this time.
0 commit comments