Merge pull request #5 from antville/dependabot/gradle/xerces-xercesImpl-2.12.1

build(deps): bump xercesImpl from 2.12.0 to 2.12.1
This commit is contained in:
Tobi Schäfer 2021-04-04 21:00:41 +02:00 committed by GitHub
commit 926f62ec57
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-xml:9.4.27.v20200227'
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'
}