diff --git a/exposed-java-time/build.gradle.kts b/exposed-java-time/build.gradle.kts index 52ef4e9bad..947a96c9ca 100644 --- a/exposed-java-time/build.gradle.kts +++ b/exposed-java-time/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { testImplementation(project(":exposed-dao")) testImplementation(project(":exposed-tests")) testImplementation(project(":exposed-json")) - testImplementation("junit", "junit", "4.12") + testImplementation(libs.junit) testImplementation(kotlin("test-junit")) }