diff --git a/build.gradle b/build.gradle index fe1fed7..fb8774e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.github.mizosoft.methanol:methanol:1.7.0' implementation 'io.github.hakky54:sslcontext-kickstart:8.3.7' testImplementation 'junit:junit:4.13.2' - testImplementation "org.mockito:mockito-core:5.14.1" + testImplementation "org.mockito:mockito-core:5.14.2" testImplementation "com.squareup.okhttp3:okhttp-tls:${okhttpVersion}" testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}" testImplementation "com.enonic.xp:testing:${xpVersion}"