From 324d27b6f8c87d6f5dc4bf2b060e4cb07806b5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:50:00 +0000 Subject: [PATCH] chore(deps): bump xerces:xercesImpl from 2.12.1 to 2.12.2 Bumps xerces: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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 58d446c1a..5f171dc6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation 'io.netty:netty-all:4.0.41.Final' implementation 'net.gcardone.junidecode:junidecode:0.4.1' // The next three dependencies are required for XPath search to work - implementation 'xerces:xercesImpl:2.12.1' + implementation 'xerces:xercesImpl:2.12.2' implementation 'com.github.vbmacher:java-cup-runtime:11b-20160615-1' //noinspection GradleDependency implementation 'com.ibm.icu:icu4j:60.2'