From 090afa965626f952edd997eaecd45ecafd10387d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 12:51:02 +0000 Subject: [PATCH] build(deps): bump xercesImpl from 2.12.1 to 2.12.2 Bumps xercesImpl from 2.12.1 to 2.12.2. --- updated-dependencies: - dependency-name: xerces:xercesImpl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b7b2e886..0d4a9cc7 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,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.13' - implementation 'xerces:xercesImpl:2.12.1' + implementation 'xerces:xercesImpl:2.12.2' implementation 'xmlrpc:xmlrpc:2.0.1' }