diff --git a/build.gradle b/build.gradle index c766438..4e9aaa3 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { exclude(group: "com.jcraft") } - testImplementation("org.mockito:mockito-core:5.13.0") + testImplementation("org.mockito:mockito-core:5.23.0") testImplementation("org.slf4j:slf4j-simple:2.0.18") testImplementation("org.junit.jupiter:junit-jupiter:5.11.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher")