[Build] Update guava
Fix some reports from "Show Vulnerable Dependencies" ^KTI-1342
This commit is contained in:
committed by
Space Team
parent
dbb5072a26
commit
7b00323b89
@@ -16,7 +16,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"))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies {
|
||||
api(project(":compiler:fir:semantics"))
|
||||
implementation(project(":core:util.runtime"))
|
||||
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
api(project(":compiler:fir:tree"))
|
||||
implementation(project(":core:util.runtime"))
|
||||
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies {
|
||||
implementation(kotlinxCollectionsImmutable())
|
||||
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
|
||||
testImplementation(commonDependency("junit:junit"))
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies {
|
||||
implementation(kotlinxCollectionsImmutable())
|
||||
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
|
||||
testImplementation(commonDependency("junit:junit"))
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies {
|
||||
implementation(project(":compiler:psi"))
|
||||
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
|
||||
testCompileOnly(intellijCore())
|
||||
testRuntimeOnly(intellijCore())
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
api(project(":compiler:fir:semantics"))
|
||||
implementation(project(":core:util.runtime"))
|
||||
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
api(project(":compiler:fir:providers"))
|
||||
implementation(project(":core:util.runtime"))
|
||||
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user