Skip to content

Commit 0cce23f

Browse files
fix(deps): update dependency com.google.guava:guava to v33.4.8-jre
1 parent 75477e7 commit 0cce23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
1414
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6")
1515
// Needed for japicmp but not automatically brought in for some reason.
16-
implementation("com.google.guava:guava:33.4.7-jre")
16+
implementation("com.google.guava:guava:33.4.8-jre")
1717
}

0 commit comments

Comments
 (0)