Skip to content

Commit 31aeeb2

Browse files
Bump com.google.truth:truth from 1.1.3 to 1.1.5
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3 to 1.1.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits/v1.1.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3b3f37 commit 31aeeb2

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
@@ -33,7 +33,7 @@ dependencies {
3333
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10")
3434
testImplementation("dev.zacsweers.kctfork:core:0.2.1")
3535
testImplementation("junit:junit:4.13.2")
36-
testImplementation("com.google.truth:truth:1.1.3")
36+
testImplementation("com.google.truth:truth:1.1.5")
3737
testImplementation(kotlin("reflect"))
3838

3939
}

0 commit comments

Comments
 (0)