Skip to content

Commit 7883145

Browse files
Bump com.google.truth:truth from 1.4.2 to 1.4.4
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.4.2...v1.4.4) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3700be1 commit 7883145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.0")
3535
testImplementation("dev.zacsweers.kctfork:core:0.4.1")
3636
testImplementation("junit:junit:4.13.2")
37-
testImplementation("com.google.truth:truth:1.4.2")
37+
testImplementation("com.google.truth:truth:1.4.4")
3838
testImplementation(kotlin("reflect"))
3939

4040
}

0 commit comments

Comments
 (0)