build(deps): bump xercesImpl from 2.12.0 to 2.12.1

Bumps xercesImpl from 2.12.0 to 2.12.1.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-04 18:28:03 +00:00 committed by GitHub
parent 7a5e470821
commit 425e3671ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-servlet:9.4.27.v20200227' implementation 'org.eclipse.jetty:jetty-servlet:9.4.27.v20200227'
implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227' implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227'
implementation 'org.mozilla:rhino:1.7.12' implementation 'org.mozilla:rhino:1.7.12'
implementation 'xerces:xercesImpl:2.12.0' implementation 'xerces:xercesImpl:2.12.1'
implementation 'xmlrpc:xmlrpc:2.0.1' implementation 'xmlrpc:xmlrpc:2.0.1'
} }