diff --git a/build.gradle b/build.gradle index 019886c4fc..3f46d7fce4 100644 --- a/build.gradle +++ b/build.gradle @@ -132,7 +132,7 @@ subprojects { implementation "com.cybozu.labs:langdetect:1.1-20120112" implementation "com.rockymadden.stringmetric:stringmetric-core_2.11:0.27.4" implementation "commons-pool:commons-pool:1.6" - implementation "commons-io:commons-io:2.5" + implementation "commons-io:commons-io:2.14.0" implementation "org.apache.commons:commons-lang3:3.6" implementation "org.apache.commons:commons-collections4:4.1" implementation 'org.apache.commons:commons-text:1.11.0' @@ -245,7 +245,7 @@ project("grobid-core") { api "xerces:xercesImpl:2.12.0" api "net.arnx:jsonic:1.3.10" api "net.sf.saxon:Saxon-HE:9.6.0-9" - api "xom:xom:1.3.2" + api "xom:xom:1.3.9" api 'javax.xml.bind:jaxb-api:2.3.0' implementation "joda-time:joda-time:2.9.9" diff --git a/grobid-core/localLibs/wipo-analysers-0.0.2.jar b/grobid-core/localLibs/wipo-analysers-0.0.2.jar index d778d75a73..36136110c4 100644 Binary files a/grobid-core/localLibs/wipo-analysers-0.0.2.jar and b/grobid-core/localLibs/wipo-analysers-0.0.2.jar differ