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