Skip to content

Commit 24dc81d

Browse files
committed
⬆️ 依赖升级
1 parent b412b85 commit 24dc81d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xkcoding.http</groupId>
88
<artifactId>simple-http</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2-SNAPSHOT</version>
1010

1111
<name>${project.artifactId}</name>
1212
<url>https://github.com/xkcoding/simple-http</url>
@@ -18,9 +18,9 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>1.8</maven.compiler.source>
2020
<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>
2424
</properties>
2525

2626
<developers>

0 commit comments

Comments
 (0)