Upgrade Jetty XML package to same version as Jetty servlet
This commit is contained in:
parent
a580f08c17
commit
647ca18d7b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ dependencies {
|
|||
implementation 'javax.servlet:javax.servlet-api:4.0.1'
|
||||
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
|
||||
implementation 'org.eclipse.jetty:jetty-servlet:9.4.51.v20230217'
|
||||
implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227'
|
||||
implementation 'org.eclipse.jetty:jetty-xml:9.4.51.v20230217'
|
||||
implementation 'org.mozilla:rhino:1.7.13'
|
||||
implementation 'xerces:xercesImpl:2.12.2'
|
||||
implementation 'xmlrpc:xmlrpc:2.0.1'
|
||||
|
|
Loading…
Add table
Reference in a new issue