Skip to content

Commit a9ad2b4

Browse files
committed
* SQL fix.
1 parent 378af0b commit a9ad2b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
<groupId>club.minnced</groupId>
9494
<artifactId>discord-webhooks</artifactId>
9595
<version>0.8.2</version>
96+
<exclusions>
97+
<exclusion>
98+
<groupId>com.squareup.okhttp3</groupId>
99+
<artifactId>okhttp</artifactId>
100+
</exclusion>
101+
</exclusions>
96102
</dependency>
97103
<dependency>
98104
<groupId>org.reflections</groupId>
@@ -226,10 +232,21 @@
226232
<artifactId>Simple-Yaml</artifactId>
227233
<version>1.7.2</version>
228234
</dependency>
235+
<dependency>
236+
<groupId>com.squareup.okhttp3</groupId>
237+
<artifactId>okhttp</artifactId>
238+
<version>4.10.0</version>
239+
</dependency>
229240
<dependency>
230241
<groupId>com.github.twitch4j</groupId>
231242
<artifactId>twitch4j</artifactId>
232243
<version>1.10.0</version>
244+
<exclusions>
245+
<exclusion>
246+
<groupId>com.squareup.okhttp3</groupId>
247+
<artifactId>okhttp</artifactId>
248+
</exclusion>
249+
</exclusions>
233250
</dependency>
234251
<dependency>
235252
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)