We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b80f26 commit e4f0b8dCopy full SHA for e4f0b8d
.github/pom.xml
@@ -9,7 +9,7 @@
9
<modelVersion>4.0.0</modelVersion>
10
<groupId>club.minnced</groupId>
11
<artifactId>discord-webhooks</artifactId>
12
- <version>0.8.0</version>
+ <version>0.8.2</version>
13
<name>discord-webhooks</name>
14
<description>Provides easy to use bindings for the Discord Webhook API</description>
15
<url>https://github.com/MinnDevelopment/discord-webhooks</url>
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>com.squareup.okhttp3</groupId>
44
<artifactId>okhttp</artifactId>
45
- <version>3.14.9</version>
+ <version>4.10.0</version>
46
<scope>compile</scope>
47
</dependency>
48
0 commit comments