diff --git a/build.gradle.kts b/build.gradle.kts index d72df4f..969f7a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -113,7 +113,7 @@ dependencies { implementation("com.google.auto.value:auto-value-annotations:1.10.4") testImplementation("junit:junit:4.13.2") testImplementation("com.google.truth:truth:1.1.5") - testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.0") + testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.10") testImplementation("com.google.testing.compile:compile-testing:0.21.0") testImplementation("com.ryanharter.auto.value:auto-value-moshi-extension:1.1.0") testImplementation("com.ryanharter.auto.value:auto-value-parcel:0.2.9")