|
@@ -25,10 +25,10 @@ configurations.named("compileOnly") {
|
|
|
dependencies {
|
|
|
implementation("com.google.guava:guava:31.0.1-jre")
|
|
|
// we need to use byte buddy variant that does not shade asm
|
|
|
- implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.11.22") {
|
|
|
+ implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.12.3") {
|
|
|
exclude(group = "net.bytebuddy", module = "byte-buddy")
|
|
|
}
|
|
|
- implementation("net.bytebuddy:byte-buddy-dep:1.11.22")
|
|
|
+ implementation("net.bytebuddy:byte-buddy-dep:1.12.3")
|
|
|
|
|
|
implementation("org.eclipse.aether:aether-connector-basic:1.1.0")
|
|
|
implementation("org.eclipse.aether:aether-transport-http:1.1.0")
|