From 3f6da6ddd6a3962d8aed7f474f20cc866d21f36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:11:32 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-all in /app Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.0.41.Final to 4.1.107.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.0.41.Final...netty-4.1.107.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-minor ... 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 62594fe59..0e4528c38 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ dependencies { implementation 'androidx.test:core:1.5.0' implementation 'androidx.test:runner:1.5.2' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'io.netty:netty-all:4.0.41.Final' + implementation 'io.netty:netty-all:4.1.107.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.2'