diff --git a/build.gradle b/build.gradle index fa80bb28..055fc514 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' - testImplementation 'net.bytebuddy:byte-buddy:1.18.3' + testImplementation 'net.bytebuddy:byte-buddy:1.18.8' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'