Skip to content

Commit

Permalink
Bump com.google.truth:truth from 1.1.3 to 1.1.5
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 64ac6e9 commit a9ccaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion interop_testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit a9ccaa0

Please sign in to comment.