diff --git a/build.gradle b/build.gradle index 44a9f508f6c..213338b8edd 100644 --- a/build.gradle +++ b/build.gradle @@ -216,7 +216,7 @@ dependencies { testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.7.2' - testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.1' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.2' testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:3.11.0'