We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d84fcc commit 236bd21Copy full SHA for 236bd21
plugins/ide-plugin/build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
22
dependencies {
23
constraints {
24
- api("com.google.guava:guava:33.4.8-jre") {
+ api("com.google.guava:guava:33.5.0-jre") {
25
because("org.jetbrains.gradle.plugin ships with an old version of Guava, see https://youtrack.jetbrains.com/issue/IDEA-374565")
26
}
27
0 commit comments