From 976eeb1fa7b66be2351ce8f43d29a790fad97109 Mon Sep 17 00:00:00 2001 From: gedoor Date: Wed, 28 Oct 2020 16:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ca951504e..abfcb9721 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,7 +113,7 @@ kapt { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10' implementation fileTree(dir: 'libs', include: ['*.jar']) - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation "com.android.support:multidex:1.0.3" @@ -165,7 +165,7 @@ dependencies { //规则相关 implementation 'org.jsoup:jsoup:1.13.1' - implementation 'cn.wanghaomiao:JsoupXpath:2.3.2' + implementation 'cn.wanghaomiao:JsoupXpath:2.4.2' implementation 'com.jayway.jsonpath:json-path:2.4.0' //JS rhino @@ -191,7 +191,7 @@ dependencies { //apache implementation 'org.apache.commons:commons-lang3:3.11' - implementation 'org.apache.commons:commons-text:1.8' + implementation 'org.apache.commons:commons-text:1.9' //字符串比较 implementation 'net.ricecode:string-similarity:1.0.0'