File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments