File tree 6 files changed +8
-8
lines changed
hypixel-api-transport-apache
hypixel-api-transport-reactor
hypixel-api-transport-unirest
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.
51
51
52
52
The Hypixel API Core implementation has the following dependencies:
53
53
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 )
55
55
56
56
Transports will also have dependencies where required.
57
57
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >com.google.code.gson</groupId >
22
22
<artifactId >gson</artifactId >
23
- <version >2.8.6 </version >
23
+ <version >2.9.0 </version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.junit.jupiter</groupId >
31
31
<dependency >
32
32
<groupId >com.konghq</groupId >
33
33
<artifactId >unirest-java</artifactId >
34
- <version >3.11.11 </version >
34
+ <version >3.13.6 </version >
35
35
<scope >test</scope >
36
36
</dependency >
37
37
</dependencies >
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ public class Main {
42
42
43
43
This transport depends on the following:
44
44
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)
46
46
* [ 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 {
42
42
43
43
This transport depends on the following:
44
44
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)
46
46
* [ Reactor Core 3.4.5] ( https://mvnrepository.com/artifact/io.projectreactor/reactor-core ) (for reactor netty)
47
47
* Reactor Netty [ (project-reactor)] ( https://projectreactor.io/docs ) :
48
48
* [ 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 {
42
42
43
43
This transport depends on the following:
44
44
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 38
38
<dependency >
39
39
<groupId >com.konghq</groupId >
40
40
<artifactId >unirest-java</artifactId >
41
- <version >3.11.11 </version >
41
+ <version >3.13.6 </version >
42
42
</dependency >
43
43
</dependencies >
44
44
You can’t perform that action at this time.
0 commit comments