diff --git a/build.gradle b/build.gradle index fd7c013230c..4f272c6e875 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.0' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.1' 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.10.0'