Skip to content

Commit

Permalink
build(deps): Bump com.google.truth:truth from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent feb2e1a commit 65cd209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.postgresql:postgresql:42.7.1")
implementation("com.github.twitch4j:twitch4j:1.19.0")

testImplementation("com.google.truth:truth:1.3.0")
testImplementation("com.google.truth:truth:1.4.0")
testImplementation("org.mockito:mockito-core:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
Expand Down

0 comments on commit 65cd209

Please sign in to comment.