Skip to content

Commit 52a5574

Browse files
chore(deps): Update dependency com.google.guava:guava-testlib to v33
1 parent b9142a8 commit 52a5574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/inertia.common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
testImplementation("com.google.guava:guava-testlib:31.1-jre")
18+
testImplementation("com.google.guava:guava-testlib:33.2.1-jre")
1919
testImplementation(platform("org.junit:junit-bom:5.8.2"))
2020
testImplementation("org.junit.jupiter:junit-jupiter-api")
2121
testImplementation("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)