From a9ccaa02345a6f9b11b906400d95ebc6ac6c1a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:00:19 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.1.3 to 1.1.5 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3 to 1.1.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits/v1.1.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compiler/build.gradle.kts | 2 +- interop_testing/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") {