diff --git a/build.gradle b/build.gradle index f02db7cfe55..3726e5650d6 100644 --- a/build.gradle +++ b/build.gradle @@ -201,7 +201,7 @@ dependencies { testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.2' - testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.10' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.11' 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.3.3'