diff --git a/app/build.gradle b/app/build.gradle index 2787cad..091d728 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-core:5.5.0" testImplementation 'net.bytebuddy:byte-buddy:1.14.8' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.8' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.11' implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.data:spring-data-mongodb'