Skip to content

Commit

Permalink
chore(deps): bump com.google.truth:truth from 1.4.1 to 1.4.2 in /pubsub
Browse files Browse the repository at this point in the history
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.4.1...v1.4.2)

---
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 Mar 4, 2024
1 parent f9a061b commit c6e1725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("com.google.cloud:google-cloud-core")
implementation("com.google.cloud:google-cloud-pubsub")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
testImplementation("com.google.truth:truth:1.4.1")
testImplementation("com.google.truth:truth:1.4.2")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
// see: https://github.com/googleapis/sdk-platform-java/pull/1832
modules {
Expand Down

0 comments on commit c6e1725

Please sign in to comment.