This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new f4c6005 Improved: Updates xercesImpl to 2.11.0, with its source!
f4c6005 is described below
commit f4c60052b1e84cc3699ce3a8cfa7a5a1a3ee726e
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Tue May 5 18:58:33 2020 +0200
Improved: Updates xercesImpl to 2.11.0, with its source!
Note that it changes from
apache-xerces:xercesImpl:2.9.1
to
xerces:xercesImpl:2.11.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index cce1dcb..df0952c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ configurations {
}
dependencies {
- implementation 'apache-xerces:xercesImpl:2.9.1'
+ implementation 'xerces:xercesImpl:2.11.0'
implementation 'com.google.zxing:core:3.4.0'
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.9.10'