diff --git a/build.gradle.kts b/build.gradle.kts index b393e7d..bbb916e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.18") testRuntimeOnly("org.slf4j:slf4j-simple:2.0.18") - testImplementation("org.mockito:mockito-inline:4.11.0") + testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation(platform("org.junit:junit-bom:5.13.4")) testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3")