diff --git a/build.gradle b/build.gradle index 7cda604786b..5265547b7cf 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ dependencies { testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.0' testImplementation 'org.junit.platform:junit-platform-launcher:1.7.0' - testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.18' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.19' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:3.6.28'