Skip to content

Commit 633ba29

Browse files
committed
更新 OKHttp 版本号 v0.7.5
1 parent 26e751e commit 633ba29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin4j-common-http/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<dependency>
3636
<groupId>com.squareup.okhttp3</groupId>
3737
<artifactId>okhttp</artifactId>
38-
<version>4.11.0</version>
3938
</dependency>
4039
<dependency>
4140
<groupId>com.squareup.okhttp3</groupId>
@@ -67,12 +66,13 @@
6766
<groupId>junit</groupId>
6867
<artifactId>junit</artifactId>
6968
<version>4.13.2</version>
69+
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.junit.jupiter</groupId>
7373
<artifactId>junit-jupiter</artifactId>
7474
<version>5.8.2</version>
75-
<scope>compile</scope>
75+
<scope>test</scope>
7676
</dependency>
7777
</dependencies>
7878

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<java.version>1.8</java.version>
21-
<revision>0.7.4</revision>
21+
<revision>0.7.5</revision>
2222
</properties>
2323

2424
<build>

0 commit comments

Comments
 (0)