Skip to content

Commit c1596f4

Browse files
committed
feat: upgraded dependencies
1 parent d6c8014 commit c1596f4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

client-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@
162162
<dependency>
163163
<groupId>com.squareup.okhttp3</groupId>
164164
<artifactId>mockwebserver</artifactId>
165+
<exclusions>
166+
<exclusion>
167+
<groupId>junit</groupId>
168+
<artifactId>junit</artifactId>
169+
</exclusion>
170+
</exclusions>
165171
<scope>test</scope>
166172
</dependency>
167173

client-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.jetbrains.kotlinx</groupId>
181181
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
182-
<version>1.6.0</version>
182+
<version>1.4.3</version>
183183
<exclusions>
184184
<exclusion>
185185
<groupId>org.jetbrains.kotlin</groupId>

client-test/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
<groupId>com.squareup.okhttp3</groupId>
107107
<artifactId>mockwebserver</artifactId>
108108
<exclusions>
109+
<exclusion>
110+
<groupId>junit</groupId>
111+
<artifactId>junit</artifactId>
112+
</exclusion>
109113
<exclusion>
110114
<groupId>com.squareup.okhttp3</groupId>
111115
<artifactId>okhttp</artifactId>

0 commit comments

Comments
 (0)