[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
@@ -10,7 +10,7 @@ dependencies {
|
||||
api(project(":js:js.translator"))
|
||||
compileOnly(project(":js:js.sourcemap"))
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
api(project(":js:js.serializer"))
|
||||
api(project(":js:js.config"))
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -64,7 +64,7 @@ dependencies {
|
||||
testApi(project(":compiler:util"))
|
||||
|
||||
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
||||
testRuntimeOnly(commonDependency("com.google.guava:guava"))
|
||||
testRuntimeOnly(libs.guava)
|
||||
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:jdom"))
|
||||
|
||||
testRuntimeOnly(kotlinStdlib())
|
||||
|
||||
@@ -17,7 +17,7 @@ dependencies {
|
||||
compileOnly(project(":js:js.sourcemap"))
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
||||
compileOnly(commonDependency("com.google.guava:guava"))
|
||||
compileOnly(libs.guava)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user