From 7a5291269e042abe0854ab9a9a8ffb01f35f2dbf Mon Sep 17 00:00:00 2001 From: Connor Linfoot Date: Wed, 2 Mar 2022 04:50:22 +0000 Subject: [PATCH] Update Gson and Unirest dependencies (#521) * Update GSON and Unirest dependencies * Update versions in README's --- README.md | 2 +- hypixel-api-core/pom.xml | 4 ++-- hypixel-api-transport-apache/README.md | 2 +- hypixel-api-transport-reactor/README.md | 2 +- hypixel-api-transport-unirest/README.md | 4 ++-- hypixel-api-transport-unirest/pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f7d4fbb3..5db3b940 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ include the core API directly and create your own instance of HypixelHTTPClient. The Hypixel API Core implementation has the following dependencies: -* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) +* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) Transports will also have dependencies where required. diff --git a/hypixel-api-core/pom.xml b/hypixel-api-core/pom.xml index e33d85cc..5b96a905 100644 --- a/hypixel-api-core/pom.xml +++ b/hypixel-api-core/pom.xml @@ -20,7 +20,7 @@ com.google.code.gson gson - 2.8.6 + 2.9.0 org.junit.jupiter @@ -31,7 +31,7 @@ com.konghq unirest-java - 3.11.11 + 3.13.6 test diff --git a/hypixel-api-transport-apache/README.md b/hypixel-api-transport-apache/README.md index 73d00294..2648db77 100644 --- a/hypixel-api-transport-apache/README.md +++ b/hypixel-api-transport-apache/README.md @@ -42,5 +42,5 @@ public class Main { This transport depends on the following: -* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core) +* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core) * [Apache HttpClient - 4.5.13](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient) \ No newline at end of file diff --git a/hypixel-api-transport-reactor/README.md b/hypixel-api-transport-reactor/README.md index c4466e35..46dca90f 100644 --- a/hypixel-api-transport-reactor/README.md +++ b/hypixel-api-transport-reactor/README.md @@ -42,7 +42,7 @@ public class Main { This transport depends on the following: -* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core) +* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core) * [Reactor Core 3.4.5](https://mvnrepository.com/artifact/io.projectreactor/reactor-core) (for reactor netty) * Reactor Netty [(project-reactor)](https://projectreactor.io/docs): * [Netty Core 1.0.6](https://mvnrepository.com/artifact/io.projectreactor.netty/reactor-netty-core) diff --git a/hypixel-api-transport-unirest/README.md b/hypixel-api-transport-unirest/README.md index f0d15121..c7c6d990 100644 --- a/hypixel-api-transport-unirest/README.md +++ b/hypixel-api-transport-unirest/README.md @@ -42,5 +42,5 @@ public class Main { This transport depends on the following: -* [Google Gson library - 2.8.6](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core) -* [Unirest Java - 3.11.11](https://mvnrepository.com/artifact/com.konghq/unirest-java) \ No newline at end of file +* [Google Gson library - 2.9.0](https://mvnrepository.com/artifact/com.google.code.gson/gson) (for hypixel-api-core) +* [Unirest Java - 3.13.6](https://mvnrepository.com/artifact/com.konghq/unirest-java) \ No newline at end of file diff --git a/hypixel-api-transport-unirest/pom.xml b/hypixel-api-transport-unirest/pom.xml index 51b31244..86845258 100644 --- a/hypixel-api-transport-unirest/pom.xml +++ b/hypixel-api-transport-unirest/pom.xml @@ -38,7 +38,7 @@ com.konghq unirest-java - 3.11.11 + 3.13.6