提交 24e390c1 编写于 作者: M Moritz Schaffenroth 提交者: Florent Biville

Remove CVE-2020-25649

上级 2410a2e2
......@@ -105,7 +105,7 @@ dependencies {
testImplementation group: 'com.amazonaws', name: 'aws-java-sdk-comprehend', version: '1.11.683'
testCompile group: 'org.codehaus.jackson', name: 'jackson-mapper-asl', version: '1.9.7'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.3'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.5.1'
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
compile group: 'com.opencsv', name: 'opencsv', version: '4.6'
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
......@@ -159,4 +159,4 @@ if (System.env.TRAVIS == 'true') {
task copyRuntimeLibs(type: Copy) {
into "lib"
from configurations.testRuntime
}
\ No newline at end of file
}
......@@ -122,7 +122,7 @@ dependencies {
testImplementation group: 'com.amazonaws', name: 'aws-java-sdk-comprehend', version: '1.11.683'
testCompile group: 'org.codehaus.jackson', name: 'jackson-mapper-asl', version: '1.9.7'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.3'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.5.1'
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
compile group: 'com.opencsv', name: 'opencsv', version: '4.6'
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册