diff --git a/build.gradle.kts b/build.gradle.kts index 2b3e6d73..49dde2d7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { runtimeOnly(group = "org.mariadb.jdbc", name = "mariadb-java-client") testImplementation(group = "org.springframework.boot", name = "spring-boot-starter-test") - testImplementation(group = "org.mockito.kotlin", name = "mockito-kotlin", version = "5.2.0") + testImplementation(group = "org.mockito.kotlin", name = "mockito-kotlin", version = "5.2.1") annotationProcessor(group = "org.springframework.boot", name = "spring-boot-configuration-processor") kapt(group = "org.springframework.boot", name = "spring-boot-configuration-processor")