File tree 3 files changed +11
-1
lines changed 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 162
162
<dependency >
163
163
<groupId >com.squareup.okhttp3</groupId >
164
164
<artifactId >mockwebserver</artifactId >
165
+ <exclusions >
166
+ <exclusion >
167
+ <groupId >junit</groupId >
168
+ <artifactId >junit</artifactId >
169
+ </exclusion >
170
+ </exclusions >
165
171
<scope >test</scope >
166
172
</dependency >
167
173
Original file line number Diff line number Diff line change 179
179
<dependency >
180
180
<groupId >org.jetbrains.kotlinx</groupId >
181
181
<artifactId >kotlinx-coroutines-core-jvm</artifactId >
182
- <version >1.6.0 </version >
182
+ <version >1.4.3 </version >
183
183
<exclusions >
184
184
<exclusion >
185
185
<groupId >org.jetbrains.kotlin</groupId >
Original file line number Diff line number Diff line change 106
106
<groupId >com.squareup.okhttp3</groupId >
107
107
<artifactId >mockwebserver</artifactId >
108
108
<exclusions >
109
+ <exclusion >
110
+ <groupId >junit</groupId >
111
+ <artifactId >junit</artifactId >
112
+ </exclusion >
109
113
<exclusion >
110
114
<groupId >com.squareup.okhttp3</groupId >
111
115
<artifactId >okhttp</artifactId >
You can’t perform that action at this time.
0 commit comments