File tree 9 files changed +16
-16
lines changed
hypixel-api-transport-apache
hypixel-api-transport-reactor
hypixel-api-transport-unirest
9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.3 </version >
8
+ <version >4.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.3 </version >
8
+ <version >4.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
37
37
<dependency >
38
38
<groupId >net.hypixel</groupId >
39
39
<artifactId >hypixel-api-transport-apache</artifactId >
40
- <version >4.3 </version >
40
+ <version >4.4 </version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Hypixel Public API - Apache Transport
8
8
<dependency >
9
9
<groupId >net.hypixel</groupId >
10
10
<artifactId >hypixel-api-transport-apache</artifactId >
11
- <version >4.3 </version >
11
+ <version >4.4 </version >
12
12
</dependency >
13
13
```
14
14
15
15
Can also be included with Gradle.
16
16
17
17
``` gradle
18
18
dependencies {
19
- implementation 'net.hypixel:hypixel-api-transport-apache:4.3 '
19
+ implementation 'net.hypixel:hypixel-api-transport-apache:4.4 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.3 </version >
8
+ <version >4.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
33
33
<dependency >
34
34
<groupId >net.hypixel</groupId >
35
35
<artifactId >hypixel-api-core</artifactId >
36
- <version >4.3 </version >
36
+ <version >4.4 </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Hypixel Public API - Reactive Transport
8
8
<dependency >
9
9
<groupId >net.hypixel</groupId >
10
10
<artifactId >hypixel-api-transport-reactor</artifactId >
11
- <version >4.3 </version >
11
+ <version >4.4 </version >
12
12
</dependency >
13
13
```
14
14
15
15
Can also be included with Gradle.
16
16
17
17
``` gradle
18
18
dependencies {
19
- implementation 'net.hypixel:hypixel-api-transport-reactor:4.3 '
19
+ implementation 'net.hypixel:hypixel-api-transport-reactor:4.4 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.3 </version >
8
+ <version >4.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
45
45
<dependency >
46
46
<groupId >net.hypixel</groupId >
47
47
<artifactId >hypixel-api-core</artifactId >
48
- <version >4.3 </version >
48
+ <version >4.4 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >io.projectreactor.netty</groupId >
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Hypixel Public API - Unirest Transport
8
8
<dependency >
9
9
<groupId >net.hypixel</groupId >
10
10
<artifactId >hypixel-api-transport-unirest</artifactId >
11
- <version >4.3 </version >
11
+ <version >4.4 </version >
12
12
</dependency >
13
13
```
14
14
15
15
Can also be included with Gradle.
16
16
17
17
``` gradle
18
18
dependencies {
19
- implementation 'net.hypixel:hypixel-api-transport-unirest:4.3 '
19
+ implementation 'net.hypixel:hypixel-api-transport-unirest:4.4 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >hypixel-api</artifactId >
7
7
<groupId >net.hypixel</groupId >
8
- <version >4.3 </version >
8
+ <version >4.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
33
33
<dependency >
34
34
<groupId >net.hypixel</groupId >
35
35
<artifactId >hypixel-api-core</artifactId >
36
- <version >4.3 </version >
36
+ <version >4.4 </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.konghq</groupId >
Original file line number Diff line number Diff line change 7
7
<groupId >net.hypixel</groupId >
8
8
<artifactId >hypixel-api</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >4.3 </version >
10
+ <version >4.4 </version >
11
11
12
12
<modules >
13
13
<module >hypixel-api-core</module >
You can’t perform that action at this time.
0 commit comments