1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 10:22:55 +02:00

Rollback bytebuddy dependency version upgrade

This commit is contained in:
Luck
2025-06-19 19:34:40 +01:00
parent 8d9c5bf401
commit 3aca721f96
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ dependencies {
api 'com.github.ben-manes.caffeine:caffeine:3.2.0' api 'com.github.ben-manes.caffeine:caffeine:3.2.0'
api 'com.squareup.okhttp3:okhttp:3.14.9' api 'com.squareup.okhttp3:okhttp:3.14.9'
api 'com.squareup.okio:okio:1.17.6' api 'com.squareup.okio:okio:1.17.6'
api 'net.bytebuddy:byte-buddy:1.17.5' api 'net.bytebuddy:byte-buddy:1.15.11'
api('org.spongepowered:configurate-core:3.7.3') { api('org.spongepowered:configurate-core:3.7.3') {
transitive = false transitive = false

View File

@@ -119,8 +119,8 @@ public enum Dependency {
BYTEBUDDY( BYTEBUDDY(
"net{}bytebuddy", "net{}bytebuddy",
"byte-buddy", "byte-buddy",
"1.17.5", "1.15.11",
"cVaMn4OWZ3IZ9lAmj79kk97UhO3NvfLa5hKcpb6B6Ns=", "+giZiq4ee9roO94HEsUOhETXHA4MGWuyJHrejUrQ65A=",
Relocation.of("bytebuddy", "net{}bytebuddy") Relocation.of("bytebuddy", "net{}bytebuddy")
), ),
COMMODORE( COMMODORE(