1
0
mirror of synced 2025-12-10 08:24:36 +08:00

👽 等待simple-http发版, 解决使用apache-httpclient时的403bug

This commit is contained in:
yadong.zhang
2020-04-09 22:58:34 +08:00
parent 65b2db32b5
commit 7f0f1e17d2
5 changed files with 6 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.15.0-alpha</version>
<version>1.15.0</version>
<name>JustAuth</name>
<url>https://gitee.com/yadong.zhang/JustAuth</url>
@@ -60,7 +60,7 @@
<maven-surefire-version>2.20</maven-surefire-version>
<maven-gpg-version>1.6</maven-gpg-version>
<maven.test.skip>false</maven.test.skip>
<simple-http.version>1.0</simple-http.version>
<simple-http.version>1.0.2</simple-http.version>
<lombok-version>1.18.10</lombok-version>
<junit-version>4.11</junit-version>
<fastjson-version>1.2.62</fastjson-version>