From 0d78cc006314ca7746a7aa533723dc7af7a2ce53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:50:02 +0000 Subject: [PATCH] chore(deps): bump com.github.vbmacher:java-cup-runtime Bumps [com.github.vbmacher:java-cup-runtime](https://github.com/vbmacher/cup-maven-plugin) from 11b-20160615-1 to 11b-20160615-2. - [Release notes](https://github.com/vbmacher/cup-maven-plugin/releases) - [Commits](https://github.com/vbmacher/cup-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.github.vbmacher:java-cup-runtime dependency-type: direct:production ... 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..0a1a23a4c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { 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 'com.github.vbmacher:java-cup-runtime:11b-20160615-1' + implementation 'com.github.vbmacher:java-cup-runtime:11b-20160615-2' //noinspection GradleDependency implementation 'com.ibm.icu:icu4j:60.2' unmock 'org.robolectric:android-all:7.1.0_r7-robolectric-0'