From bc51a312796a644d35e0079da0be7fb378dd66fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:22:47 +0000 Subject: [PATCH] chore(deps): bump net.gcardone.junidecode:junidecode in /app Bumps [net.gcardone.junidecode:junidecode](https://github.com/gcardone/junidecode) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/gcardone/junidecode/releases) - [Changelog](https://github.com/gcardone/junidecode/blob/master/CHANGELOG) - [Commits](https://github.com/gcardone/junidecode/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: net.gcardone.junidecode:junidecode 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 00ccd2c8..2c88ae7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'androidx.test:runner:1.6.2' implementation 'com.google.code.gson:gson:2.11.0' implementation 'io.netty:netty-all:4.0.41.Final' - implementation 'net.gcardone.junidecode:junidecode:0.5.1' + implementation 'net.gcardone.junidecode:junidecode:0.5.2' // 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-3'