Skip to content

Commit 236bd21

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency com.google.guava:guava to v33.5.0-jre
1 parent 0d84fcc commit 236bd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ide-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121

2222
dependencies {
2323
constraints {
24-
api("com.google.guava:guava:33.4.8-jre") {
24+
api("com.google.guava:guava:33.5.0-jre") {
2525
because("org.jetbrains.gradle.plugin ships with an old version of Guava, see https://youtrack.jetbrains.com/issue/IDEA-374565")
2626
}
2727
}

0 commit comments

Comments
 (0)