[Build] Update guava

Fix some reports from "Show Vulnerable Dependencies"

^KTI-1342
This commit is contained in:
Bogdan Mukvich
2023-08-24 11:57:30 +02:00
committed by Space Team
parent dbb5072a26
commit 7b00323b89
35 changed files with 39 additions and 80 deletions
@@ -18,7 +18,7 @@ dependencies {
the same as it is in `:fir:tree:tree-generator` module to the project be imported correctly
*/
compileOnly(intellijCore())
compileOnly(commonDependency("com.google.guava:guava"))
compileOnly(libs.guava)
implementation(project(":compiler:psi"))
}
+1 -1
View File
@@ -23,7 +23,7 @@ dependencies {
api(intellijCore())
api(commonDependency("org.jetbrains.intellij.deps:asm-all"))
api(commonDependency("com.google.guava:guava"))
api(libs.guava)
}
kotlin {
+1 -1
View File
@@ -10,7 +10,7 @@ dependencies {
implementation(project(":analysis:analysis-api-providers"))
implementation(project(":analysis:project-structure"))
compileOnly(commonDependency("com.google.guava:guava"))
compileOnly(libs.guava)
}
sourceSets {
@@ -11,7 +11,7 @@ dependencies {
implementation(project(":compiler:frontend.java"))
implementation(intellijCore())
compileOnly(commonDependency("com.google.guava:guava"))
compileOnly(libs.guava)
}
sourceSets {