From 9a0c3f87fbeb747dea9b78883c4a8c6077f6b7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 09:09:47 +0000 Subject: [PATCH] build(deps): bump jetty-xml from 9.4.27.v20200227 to 11.0.7 Bumps [jetty-xml](https://github.com/eclipse/jetty.project) from 9.4.27.v20200227 to 11.0.7. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-11.0.7) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-xml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b6de020..d469d8c3 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,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.27.v20200227' - implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227' + implementation 'org.eclipse.jetty:jetty-xml:11.0.7' implementation 'org.mozilla:rhino:1.7.13' implementation 'xerces:xercesImpl:2.12.1' implementation 'xmlrpc:xmlrpc:2.0.1'