Skip to content

Commit 7a52912

Browse files
Update Gson and Unirest dependencies (#521)
* Update GSON and Unirest dependencies * Update versions in README's
1 parent 5ed57ca commit 7a52912

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ include the core API directly and create your own instance of HypixelHTTPClient.
5151

5252
The Hypixel API Core implementation has the following dependencies:
5353

54-
* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson)
54+
* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson)
5555

5656
Transports will also have dependencies where required.
5757

hypixel-api-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson</artifactId>
23-
<version>2.8.6</version>
23+
<version>2.9.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.junit.jupiter</groupId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.konghq</groupId>
3333
<artifactId>unirest-java</artifactId>
34-
<version>3.11.11</version>
34+
<version>3.13.6</version>
3535
<scope>test</scope>
3636
</dependency>
3737
</dependencies>

hypixel-api-transport-apache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ public class Main {
4242

4343
This transport depends on the following:
4444

45-
* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core)
45+
* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core)
4646
* [Apache HttpClient - 4.5.13](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient)

hypixel-api-transport-reactor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class Main {
4242

4343
This transport depends on the following:
4444

45-
* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core)
45+
* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core)
4646
* [Reactor Core 3.4.5](https://mvnrepository.com/artifact/io.projectreactor/reactor-core) (for reactor netty)
4747
* Reactor Netty [(project-reactor)](https://projectreactor.io/docs):
4848
* [Netty Core 1.0.6](https://mvnrepository.com/artifact/io.projectreactor.netty/reactor-netty-core)

hypixel-api-transport-unirest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ public class Main {
4242

4343
This transport depends on the following:
4444

45-
* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core)
46-
* [Unirest Java - 3.11.11](https://mvnrepository.com/artifact/com.konghq/unirest-java)
45+
* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core)
46+
* [Unirest Java - 3.13.6](https://mvnrepository.com/artifact/com.konghq/unirest-java)

hypixel-api-transport-unirest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.konghq</groupId>
4040
<artifactId>unirest-java</artifactId>
41-
<version>3.11.11</version>
41+
<version>3.13.6</version>
4242
</dependency>
4343
</dependencies>
4444

0 commit comments

Comments
 (0)