From 77801edd6a3725ad474815039ef786496cb419ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:04:06 +0000 Subject: [PATCH] build(deps): bump commons-codec:commons-codec from 1.22.0 to 1.22.1 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.22.0 to 1.22.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.22.0...rel/commons-codec-1.22.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 56fc06a..bb4efb1 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:3.0.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:3.0.0' implementation 'com.squareup.retrofit2:converter-gson:3.0.0' - implementation 'commons-codec:commons-codec:1.22.0' + implementation 'commons-codec:commons-codec:1.22.1' implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"