Skip to content

Commit 8260f90

Browse files
chore(deps): bump com.google.truth:truth from 1.4.4 to 1.4.5
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.4.4...v1.4.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f59a71 commit 8260f90

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
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
3131
testImplementation 'commons-io:commons-io:2.20.0'
32-
testImplementation 'com.google.truth:truth:1.4.4'
32+
testImplementation 'com.google.truth:truth:1.4.5'
3333
testImplementation ('org.mockito:mockito-core:4.11.0') {
3434
exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21
3535
}

0 commit comments

Comments
 (0)