Skip to content

Commit 9fdd1ef

Browse files
committed
chore: update packetevents to 2.11.1
1 parent 0035021 commit 9fdd1ef

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
compileOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
3333
compileOnly 'org.yaml:snakeyaml:2.0'
3434

35-
compileOnly 'com.github.retrooper:packetevents-api:2.11.0'
35+
compileOnly 'com.github.retrooper:packetevents-api:2.11.1'
3636

3737
implementation 'org.slf4j:slf4j-nop:1.7.36'
3838
implementation 'com.zaxxer:HikariCP:4.0.3'

core/src/main/java/com/rexcantor64/triton/dependencies/Dependency.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ public enum Dependency {
128128
PACKET_EVENTS_API(
129129
"com{}github{}retrooper",
130130
"packetevents-api",
131-
"2.11.0",
132-
"pQyAMZnDXD/8LgXUVMZHnj8JnK5fSqUX5vo4LbGfVhk=",
131+
"2.11.1",
132+
"a8q5k94R0B6udxkeAl5GDh3uxFL14QqNnePDMYZ48l0=",
133133
relocate("com{}github{}retrooper{}packetevents", "packetevents{}api"),
134134
relocate("io{}github{}retrooper{}packetevents", "packetevents{}impl"),
135135
relocateIf("net{}kyori{}adventure", "adventure", LoaderFlag.VENDOR_ADVENTURE),
@@ -143,8 +143,8 @@ public enum Dependency {
143143
PACKET_EVENTS_NETTY_COMMON(
144144
"com{}github{}retrooper",
145145
"packetevents-netty-common",
146-
"2.11.0",
147-
"vfNwOO63rASjVdj0pv0N402IgoZ2SYsP4+fZmA+B3oA=",
146+
"2.11.1",
147+
"zUUQscH5mCW0GARoYGgD4NOn+GDPROYyh+lhfhL7dXI=",
148148
relocate("com{}github{}retrooper{}packetevents", "packetevents{}api"),
149149
relocate("io{}github{}retrooper{}packetevents", "packetevents{}impl"),
150150
relocateIf("net{}kyori{}adventure", "adventure", LoaderFlag.VENDOR_ADVENTURE),
@@ -158,8 +158,8 @@ public enum Dependency {
158158
PACKET_EVENTS_SPIGOT(
159159
"com{}github{}retrooper",
160160
"packetevents-spigot",
161-
"2.11.0",
162-
"jPQ9vf8uaAW2UFHpqQda/5WoQGoj5XwbPNxJnlrg9IQ=",
161+
"2.11.1",
162+
"+uL/6DinkF8Dmz+1jOJ2cf4euhDAWGCHAfq2gHKjkzA=",
163163
relocate("com{}github{}retrooper{}packetevents", "packetevents{}api"),
164164
relocate("io{}github{}retrooper{}packetevents", "packetevents{}impl"),
165165
relocateIf("net{}kyori{}adventure", "adventure", LoaderFlag.VENDOR_ADVENTURE),
@@ -173,8 +173,8 @@ public enum Dependency {
173173
PACKET_EVENTS_VELOCITY(
174174
"com{}github{}retrooper",
175175
"packetevents-velocity",
176-
"2.11.0",
177-
"5tJzbBjyoWMIAhTcL9hMtmKVg8m91in8vrnkK1aOVns=",
176+
"2.11.1",
177+
"+rBfONfKRHoibb4y1pYlgthRNACypjRMS0/oEzzGVFM=",
178178
relocate("com{}github{}retrooper{}packetevents", "packetevents{}api"),
179179
relocate("io{}github{}retrooper{}packetevents", "packetevents{}impl"),
180180
relocateIf("net{}kyori{}adventure", "adventure", LoaderFlag.VENDOR_ADVENTURE),

triton-spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compileOnly 'com.comphenix.protocol:ProtocolLib:5.4.0-SNAPSHOT'
2525
compileOnly 'me.clip:placeholderapi:2.11.6'
2626

27-
compileOnly 'com.github.retrooper:packetevents-spigot:2.11.0'
27+
compileOnly 'com.github.retrooper:packetevents-spigot:2.11.1'
2828

2929
// Libraries available on Spigot
3030
compileOnly 'org.fusesource.jansi:jansi:2.4.0' // Used for terminal translation

triton-velocity/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
implementation 'org.bstats:bstats-velocity:3.1.0'
2525

26-
compileOnly 'com.github.retrooper:packetevents-velocity:2.11.0'
26+
compileOnly 'com.github.retrooper:packetevents-velocity:2.11.1'
2727
}
2828

2929
shadowJar {

0 commit comments

Comments
 (0)