[Build] Update dependencies
Fix some reports from "Show Vulnerable Dependencies" ^KTI-1342
This commit is contained in:
committed by
Space Team
parent
62a6bb1a31
commit
dbb5072a26
@@ -7,9 +7,9 @@ dependencies {
|
||||
testImplementation(intellijCore())
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
|
||||
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.7")
|
||||
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.7")
|
||||
testImplementation("com.fasterxml.woodstox:woodstox-core:6.2.4")
|
||||
testImplementation(libs.jackson.dataformat.xml)
|
||||
testImplementation(libs.jackson.module.kotlin)
|
||||
testImplementation("com.fasterxml.woodstox:woodstox-core:6.5.1")
|
||||
|
||||
testImplementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user