File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
hypixel-api-transport-apache
hypixel-api-transport-reactor
hypixel-api-transport-unirest Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ include the core API directly and create your own instance of HypixelHTTPClient.
5151
5252The 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
5656Transports will also have dependencies where required.
5757
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ public class Main {
4242
4343This 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 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class Main {
4242
4343This 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 )
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ public class Main {
4242
4343This 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments