diff --git a/conventions/build.gradle.kts b/conventions/build.gradle.kts index 1ca0712fad..5f164ccdf3 100644 --- a/conventions/build.gradle.kts +++ b/conventions/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation("org.owasp:dependency-check-gradle:7.3.0") implementation("ru.vyarus:gradle-animalsniffer-plugin:1.6.0") // When updating, also update dependencyManagement/build.gradle.kts - implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.12.18") + implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.12.19") implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0") implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.8") implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1") diff --git a/gradle-plugins/build.gradle.kts b/gradle-plugins/build.gradle.kts index 61eb36301b..6553159ddc 100644 --- a/gradle-plugins/build.gradle.kts +++ b/gradle-plugins/build.gradle.kts @@ -26,7 +26,7 @@ configurations.named("compileOnly") { dependencies { implementation("com.google.guava:guava:31.1-jre") // we need to use byte buddy variant that does not shade asm - implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.12.18") { + implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.12.19") { exclude(group = "net.bytebuddy", module = "byte-buddy") } implementation("net.bytebuddy:byte-buddy-dep:1.12.18")