Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.truth:truth to v1.3.0 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 42b436f commit c67c09e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion skelegro-docker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ testing {
dependencies {
implementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
implementation("io.mockk:mockk:1.13.9")
implementation("com.google.truth:truth:1.2.0")
implementation("com.google.truth:truth:1.3.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion skelegro-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ testing {
dependencies {
implementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
implementation("io.mockk:mockk:1.13.9")
implementation("com.google.truth:truth:1.2.0")
implementation("com.google.truth:truth:1.3.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion skelegro-hcl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testing {
dependencies {
implementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
implementation("io.mockk:mockk:1.13.9")
implementation("com.google.truth:truth:1.2.0")
implementation("com.google.truth:truth:1.3.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion skelegro-yml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testing {
dependencies {
implementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
implementation("io.mockk:mockk:1.13.9")
implementation("com.google.truth:truth:1.2.0")
implementation("com.google.truth:truth:1.3.0")
}
}
}
Expand Down

0 comments on commit c67c09e

Please sign in to comment.