Skip to content

Commit f344014

Browse files
chore(deps): bump com.google.truth:truth from 1.4.3 to 1.4.4 (#21)
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.4.3...v1.4.4) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c76a98b commit f344014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation 'org.junit.jupiter:junit-jupiter'
1919
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
2020
testImplementation 'commons-io:commons-io:2.11.0'
21-
testImplementation "com.google.truth:truth:1.4.3"
21+
testImplementation "com.google.truth:truth:1.4.4"
2222
}
2323

2424
test {

0 commit comments

Comments
 (0)