From 49965bd650c719194667460b168d278621d1d6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:03:30 +0100 Subject: [PATCH] chore(deps): bump com.github.vbmacher:java-cup-runtime in /app (#581) Bumps [com.github.vbmacher:java-cup-runtime](https://github.com/vbmacher/cup-maven-plugin) from 11b-20160615-2 to 11b-20160615-3. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5c509c2d7..c081bc4a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,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.2' - implementation 'com.github.vbmacher:java-cup-runtime:11b-20160615-2' + implementation 'com.github.vbmacher:java-cup-runtime:11b-20160615-3' //noinspection GradleDependency implementation 'com.ibm.icu:icu4j:60.2' testImplementation 'junit:junit:4.13.2'