File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
hypixel-api-transport-apache
hypixel-api-transport-reactor
hypixel-api-transport-unirest Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hypixel-api</artifactId >
77 <groupId >net.hypixel</groupId >
8- <version >4.3 </version >
8+ <version >4.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hypixel-api</artifactId >
77 <groupId >net.hypixel</groupId >
8- <version >4.3 </version >
8+ <version >4.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
3737 <dependency >
3838 <groupId >net.hypixel</groupId >
3939 <artifactId >hypixel-api-transport-apache</artifactId >
40- <version >4.3 </version >
40+ <version >4.4 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Hypixel Public API - Apache Transport
88<dependency >
99 <groupId >net.hypixel</groupId >
1010 <artifactId >hypixel-api-transport-apache</artifactId >
11- <version >4.3 </version >
11+ <version >4.4 </version >
1212</dependency >
1313```
1414
1515Can also be included with Gradle.
1616
1717``` gradle
1818dependencies {
19- implementation 'net.hypixel:hypixel-api-transport-apache:4.3 '
19+ implementation 'net.hypixel:hypixel-api-transport-apache:4.4 '
2020}
2121```
2222
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hypixel-api</artifactId >
77 <groupId >net.hypixel</groupId >
8- <version >4.3 </version >
8+ <version >4.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
3333 <dependency >
3434 <groupId >net.hypixel</groupId >
3535 <artifactId >hypixel-api-core</artifactId >
36- <version >4.3 </version >
36+ <version >4.4 </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Hypixel Public API - Reactive Transport
88<dependency >
99 <groupId >net.hypixel</groupId >
1010 <artifactId >hypixel-api-transport-reactor</artifactId >
11- <version >4.3 </version >
11+ <version >4.4 </version >
1212</dependency >
1313```
1414
1515Can also be included with Gradle.
1616
1717``` gradle
1818dependencies {
19- implementation 'net.hypixel:hypixel-api-transport-reactor:4.3 '
19+ implementation 'net.hypixel:hypixel-api-transport-reactor:4.4 '
2020}
2121```
2222
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hypixel-api</artifactId >
77 <groupId >net.hypixel</groupId >
8- <version >4.3 </version >
8+ <version >4.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
4545 <dependency >
4646 <groupId >net.hypixel</groupId >
4747 <artifactId >hypixel-api-core</artifactId >
48- <version >4.3 </version >
48+ <version >4.4 </version >
4949 </dependency >
5050 <dependency >
5151 <groupId >io.projectreactor.netty</groupId >
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Hypixel Public API - Unirest Transport
88<dependency >
99 <groupId >net.hypixel</groupId >
1010 <artifactId >hypixel-api-transport-unirest</artifactId >
11- <version >4.3 </version >
11+ <version >4.4 </version >
1212</dependency >
1313```
1414
1515Can also be included with Gradle.
1616
1717``` gradle
1818dependencies {
19- implementation 'net.hypixel:hypixel-api-transport-unirest:4.3 '
19+ implementation 'net.hypixel:hypixel-api-transport-unirest:4.4 '
2020}
2121```
2222
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hypixel-api</artifactId >
77 <groupId >net.hypixel</groupId >
8- <version >4.3 </version >
8+ <version >4.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
3333 <dependency >
3434 <groupId >net.hypixel</groupId >
3535 <artifactId >hypixel-api-core</artifactId >
36- <version >4.3 </version >
36+ <version >4.4 </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >com.konghq</groupId >
Original file line number Diff line number Diff line change 77 <groupId >net.hypixel</groupId >
88 <artifactId >hypixel-api</artifactId >
99 <packaging >pom</packaging >
10- <version >4.3 </version >
10+ <version >4.4 </version >
1111
1212 <modules >
1313 <module >hypixel-api-core</module >
You can’t perform that action at this time.
0 commit comments