Skip to content

Commit e79ff45

Browse files
committed
Fix okhttp dependency for wikisync
1 parent fd3d5c8 commit e79ff45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runelite-client/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,11 @@
336336
<version>3.14.9</version>
337337
<scope>test</scope>
338338
</dependency>
339+
<dependency>
340+
<groupId>com.squareup.okhttp3</groupId>
341+
<artifactId>okhttp</artifactId>
342+
<version>4.12.0</version>
343+
</dependency>
339344
<dependency>
340345
<groupId>com.fasterxml.jackson.core</groupId>
341346
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)