mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-30 17:49:48 +02:00
Rollback bytebuddy dependency version upgrade
This commit is contained in:
@@ -79,7 +79,7 @@ dependencies {
|
||||
api 'com.github.ben-manes.caffeine:caffeine:3.2.0'
|
||||
api 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
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') {
|
||||
transitive = false
|
||||
|
@@ -119,8 +119,8 @@ public enum Dependency {
|
||||
BYTEBUDDY(
|
||||
"net{}bytebuddy",
|
||||
"byte-buddy",
|
||||
"1.17.5",
|
||||
"cVaMn4OWZ3IZ9lAmj79kk97UhO3NvfLa5hKcpb6B6Ns=",
|
||||
"1.15.11",
|
||||
"+giZiq4ee9roO94HEsUOhETXHA4MGWuyJHrejUrQ65A=",
|
||||
Relocation.of("bytebuddy", "net{}bytebuddy")
|
||||
),
|
||||
COMMODORE(
|
||||
|
Reference in New Issue
Block a user