diff --git a/build.gradle.kts b/build.gradle.kts index 0e5c2824..5c2cd7af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { testsImplementation("org.junit.jupiter:junit-jupiter:5.9.1") testsImplementation("com.github.erosb:everit-json-schema:1.14.1") - testsImplementation("org.mockito:mockito-core:4.9.0") + testsImplementation("org.mockito:mockito-core:5.3.1") } configurations { all { exclude(group = "org.slf4j", module = "slf4j-log4j12") } }