File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.squareup.okhttp3</groupId >
37
37
<artifactId >okhttp</artifactId >
38
- <version >4.11.0</version >
39
38
</dependency >
40
39
<dependency >
41
40
<groupId >com.squareup.okhttp3</groupId >
67
66
<groupId >junit</groupId >
68
67
<artifactId >junit</artifactId >
69
68
<version >4.13.2</version >
69
+ <scope >test</scope >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >org.junit.jupiter</groupId >
73
73
<artifactId >junit-jupiter</artifactId >
74
74
<version >5.8.2</version >
75
- <scope >compile </scope >
75
+ <scope >test </scope >
76
76
</dependency >
77
77
</dependencies >
78
78
Original file line number Diff line number Diff line change 18
18
<properties >
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<java .version>1.8</java .version>
21
- <revision >0.7.4 </revision >
21
+ <revision >0.7.5 </revision >
22
22
</properties >
23
23
24
24
<build >
You can’t perform that action at this time.
0 commit comments