Skip to content

Commit 3ea074e

Browse files
fix(deps): update dependency com.google.guava:guava to v33.5.0-jre
1 parent cf43cc9 commit 3ea074e

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.1")
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.8-jre")
16+
implementation("com.google.guava:guava:33.5.0-jre")
1717
}

0 commit comments

Comments
 (0)