Skip to content

Commit 55e6ee1

Browse files
authored
Merge pull request #13 from Foso/dependabot/gradle/com.google.truth-truth-1.1.5
Bump com.google.truth:truth from 1.1.3 to 1.1.5
2 parents f3b3f37 + 31aeeb2 commit 55e6ee1

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)