diff --git a/build.gradle b/build.gradle index 635cac253d4..71e78bff2de 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,7 @@ dependencies { testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.1' testCompile 'org.junit.platform:junit-platform-launcher:1.5.1' - testCompile 'net.bytebuddy:byte-buddy-parent:1.9.13' + testCompile 'net.bytebuddy:byte-buddy-parent:1.10.1' testRuntime 'org.apache.logging.log4j:log4j-core:2.12.0' testRuntime 'org.apache.logging.log4j:log4j-jul:2.12.1' testCompile 'org.mockito:mockito-core:3.0.0'