diff --git a/build.gradle b/build.gradle index 4946a9ad527..c56c4cc07dc 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,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.9' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.10' 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'