diff --git a/build.gradle b/build.gradle index 43b1bb8..3fed549 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' annotationProcessor 'org.projectlombok:lombok:1.18.28' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'net.bytebuddy:byte-buddy:1.14.6' + testImplementation 'net.bytebuddy:byte-buddy:1.14.7' testImplementation "org.mockito:mockito-core:5.5.0" }