diff --git a/compiler/build.gradle.kts b/compiler/build.gradle.kts index 8750cc72..ca808a3d 100644 --- a/compiler/build.gradle.kts +++ b/compiler/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { // Misc implementation(kotlin("reflect")) implementation("com.squareup:kotlinpoet:1.11.0") - implementation("com.google.truth:truth:1.1.3") + implementation("com.google.truth:truth:1.1.5") // Testing testImplementation("junit:junit:4.13.2") diff --git a/interop_testing/build.gradle.kts b/interop_testing/build.gradle.kts index a4e5190a..6f362b09 100644 --- a/interop_testing/build.gradle.kts +++ b/interop_testing/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.google.protobuf:protobuf-java:${rootProject.ext["protobufVersion"]}") - implementation("com.google.truth:truth:1.1.3") + implementation("com.google.truth:truth:1.1.5") testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("com.squareup.okhttp:okhttp:2.7.5") {