Skip to content

Commit 141353a

Browse files
committed
update dependencies for 1.21.5
1 parent a29e4d6 commit 141353a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ repositories {
4848
}
4949

5050
dependencies {
51-
compileOnly("com.github.retrooper:packetevents-spigot:2.7.0") // PacketEvents to patch packet based exploits
51+
compileOnly("com.github.retrooper:packetevents-spigot:2.8.0") // PacketEvents to patch packet based exploits
5252
compileOnly("com.mojang:brigadier:1.0.18")
53-
api("com.github.cryptomorin:XSeries:13.0.0") // Crossversion entitytype and material support
53+
api("com.github.cryptomorin:XSeries:13.3.0") // Crossversion entitytype and material support
5454
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // ConfigurationMaster for enhanced config management
5555
api("de.tr7zw:item-nbt-api:2.15.0") // NBT API for cross version nbt tag handling
5656
api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats

0 commit comments

Comments
 (0)