File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.xkcoding.http</groupId >
8
8
<artifactId >simple-http</artifactId >
9
- <version >1.0.1 </version >
9
+ <version >1.0.2-SNAPSHOT </version >
10
10
11
11
<name >${project.artifactId} </name >
12
12
<url >https://github.com/xkcoding/simple-http</url >
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.2.2 </okhttp3 .version>
22
- <httpclient .version>4.5.10 </httpclient .version>
23
- <hutool .version>5.1.0 </hutool .version>
21
+ <okhttp3 .version>4.5.0 </okhttp3 .version>
22
+ <httpclient .version>4.5.12 </httpclient .version>
23
+ <hutool .version>5.2.5 </hutool .version>
24
24
</properties >
25
25
26
26
<developers >
You can’t perform that action at this time.
0 commit comments