Merge pull request #41 from antville/dependabot/gradle/xerces-xercesImpl-2.12.2

build(deps): bump xercesImpl from 2.12.1 to 2.12.2
This commit is contained in:
Tobi Schäfer 2023-05-19 15:35:13 +02:00 committed by GitHub
commit 6701ac8095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-servlet:9.4.50.v20221201'
implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227'
implementation 'org.mozilla:rhino:1.7.13'
implementation 'xerces:xercesImpl:2.12.1'
implementation 'xerces:xercesImpl:2.12.2'
implementation 'xmlrpc:xmlrpc:2.0.1'
}